mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 20:22:37 +00:00
Wait for threads before SDL_Quit (lol)
This commit is contained in:
parent
2be0e09432
commit
37fc2496de
1 changed files with 1 additions and 1 deletions
|
|
@ -2254,7 +2254,7 @@ INT32 I_StartupSystem(void)
|
|||
SDL_GetVersion(&SDLlinked);
|
||||
#ifdef HAVE_THREADS
|
||||
I_start_threads();
|
||||
atexit(I_stop_threads);
|
||||
I_AddExitFunc(I_stop_threads);
|
||||
#endif
|
||||
I_StartupConsole();
|
||||
#ifdef NEWSIGNALHANDLER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue