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