mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 06:58:30 +00:00
wasapi: Remove assert added by 67e8522d
This commit is contained in:
@@ -100,7 +100,6 @@ WaveFormatToSDLFormat(WAVEFORMATEX *waveformat)
|
||||
return AUDIO_S32SYS;
|
||||
}
|
||||
}
|
||||
SDL_assert(0 && "Unrecognized wFormatTag!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user