mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 00:35:18 -05:00
Updated from the SDL Documentation Project
This commit is contained in:
@@ -132,7 +132,7 @@ CLASS="PROGRAMLISTING"
|
||||
|
||||
/* Mix as much data as possible */
|
||||
len = ( len > audio_len ? audio_len : len );
|
||||
SDL_MixAudio(stream, audio_pos, len, SDL_MIX_MAXVOLUME)
|
||||
SDL_MixAudio(stream, audio_pos, len, SDL_MIX_MAXVOLUME);
|
||||
audio_pos += len;
|
||||
audio_len -= len;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user