mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-20 21:26:30 +08:00
examples : minor fix
This commit is contained in:
@@ -309,9 +309,6 @@ bool GGWave_deinit() {
|
|||||||
SDL_CloseAudioDevice(g_devIdOut);
|
SDL_CloseAudioDevice(g_devIdOut);
|
||||||
SDL_CloseAudio();
|
SDL_CloseAudio();
|
||||||
SDL_Quit();
|
SDL_Quit();
|
||||||
#ifdef __EMSCRIPTEN__
|
|
||||||
emscripten_cancel_main_loop();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user