Skip to content

Commit

Permalink
Fixed Mix_MasterVolume documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 3bedf26)
  • Loading branch information
slouken committed Mar 9, 2024
1 parent f5ef805 commit c8d0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3_mixer/SDL_mixer.h
Expand Up @@ -1927,7 +1927,7 @@ extern DECLSPEC int SDLCALL Mix_GetMusicVolume(Mix_Music *music);
* this function returns the previous (in this case, still-current) value.
*
* Note that the master volume does not affect any playing music; it is only
* applied when mixing chunks. Use Mix_MusicVolume() for that.\
* applied when mixing chunks. Use Mix_VolumeMusic() for that.\
*
* \param volume the new volume, between 0 and MIX_MAX_VOLUME, or -1 to query.
* \returns the previous volume. If the specified volume is -1, this returns
Expand Down

0 comments on commit c8d0431

Please sign in to comment.