Skip to content

Commit 18a232a

Browse files
committed
Sync SDL3_mixer wiki -> header
[ci skip]
1 parent d7aee43 commit 18a232a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SDL3_mixer/SDL_mixer.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,9 @@ extern SDL_DECLSPEC bool SDLCALL MIX_SetTrackIOStream(MIX_Track *track, SDL_IOSt
11531153
* it is preferable to create a MIX_Audio ahead of time and use
11541154
* MIX_SetTrackAudio() instead.
11551155
*
1156-
* Also, an MIX_SetTrackAudioStream() can _also_ provide raw PCM audio to
1157-
* a track, via an SDL_AudioStream, which might be preferable unless the data
1158-
* is already coming directly from an SDL_IOStream.
1156+
* Also, an MIX_SetTrackAudioStream() can _also_ provide raw PCM audio to a
1157+
* track, via an SDL_AudioStream, which might be preferable unless the data is
1158+
* already coming directly from an SDL_IOStream.
11591159
*
11601160
* The stream supplied here should provide an audio in raw PCM format.
11611161
*

0 commit comments

Comments
 (0)