Skip to content

Commit e4e28f0

Browse files
SDLWikiBoticculus
authored andcommitted
Sync SDL2_mixer wiki -> header
[ci skip] (cherry picked from commit 24cf1eb)
1 parent 37131b1 commit e4e28f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/SDL3_mixer/SDL_mixer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,8 @@ extern SDL_DECLSPEC bool SDLCALL Mix_PlayingMusic(void);
24042404
* Set SoundFonts paths to use by supported MIDI backends.
24052405
*
24062406
* You may specify multiple paths in a single string by separating them with
2407-
* semicolons; they will be searched in the order listed.
2407+
* semicolons; they will be searched in the _reverse_ order listed (last one
2408+
* listed will be the first one searched).
24082409
*
24092410
* This function replaces any previously-specified paths.
24102411
*

0 commit comments

Comments
 (0)