diff --git a/examples/ggwave-common-sdl2.cpp b/examples/ggwave-common-sdl2.cpp index ece00c1..271015d 100644 --- a/examples/ggwave-common-sdl2.cpp +++ b/examples/ggwave-common-sdl2.cpp @@ -309,9 +309,6 @@ bool GGWave_deinit() { SDL_CloseAudioDevice(g_devIdOut); SDL_CloseAudio(); SDL_Quit(); -#ifdef __EMSCRIPTEN__ - emscripten_cancel_main_loop(); -#endif return true; }