Skip to content

Commit

Permalink
Revert "Sync SDL2 wiki -> header"
Browse files Browse the repository at this point in the history
This reverts commit f23cc95.

This edit was incorrect.
  • Loading branch information
slouken committed Sep 4, 2024
1 parent 10b4a79 commit 2834d8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/SDL_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -1172,9 +1172,8 @@ extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 * dst, const Uint8 * src,
* \param format the SDL_AudioFormat structure representing the desired audio
* format.
* \param len the length of the audio buffer in bytes.
* \param volume ranges from -128 - ∞ (at -128, the volume is at 0%, at 0 -
* 100% and the higher the number, the bigger the %), and should
* be set to SDL_MIX_MAXVOLUME for full audio volume.
* \param volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
* for full audio volume.
*
* \since This function is available since SDL 2.0.0.
*/
Expand Down

0 comments on commit 2834d8b

Please sign in to comment.