mirror of https://github.com/encounter/SDL.git
wasapi: Remove assert added by 67e8522d
This commit is contained in:
parent
fb283a732a
commit
9b7babf96e
|
@ -100,7 +100,6 @@ WaveFormatToSDLFormat(WAVEFORMATEX *waveformat)
|
|||
return AUDIO_S32SYS;
|
||||
}
|
||||
}
|
||||
SDL_assert(0 && "Unrecognized wFormatTag!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue