mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Fixed typo in windib audio.
This commit is contained in:
@@ -259,7 +259,7 @@ DIB_OpenAudio(_THIS, SDL_AudioSpec * spec)
|
||||
spec->format = AUDIO_S16;
|
||||
waveformat.wBitsPerSample = 16;
|
||||
break;
|
||||
case 16:
|
||||
case 32:
|
||||
/* Signed 32 bit audio data */
|
||||
spec->format = AUDIO_S32;
|
||||
waveformat.wBitsPerSample = 32;
|
||||
|
||||
Reference in New Issue
Block a user