This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected masteVolume setting
pull/463/head
Ray
7 years ago
parent
7bf6becc94
commit
231a69417a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/audio.c
+ 1
- 1
src/audio.c
View File
@ -633,7 +633,7 @@ void SetMasterVolume(float volume)
else
if
(
volume
>
1.0f
)
volume
=
1.0f
;
#
if USE_MINI_AL
masterVolume
=
mi">1
;
masterVolume
=
n">volume
;
#
else
alListenerf
(
AL_GAIN
,
volume
)
;
#
endif
Write
Preview
Loading…
Cancel
Save