mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
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;
|
return AUDIO_S32SYS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SDL_assert(0 && "Unrecognized wFormatTag!");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user