mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-27 06:32:27 +00:00
Gracefully shut down SDL on exit
This commit is contained in:
parent
cd1561ac57
commit
c0d625685d
1 changed files with 2 additions and 0 deletions
|
@ -2964,6 +2964,8 @@ void idCommonLocal::Shutdown( void ) {
|
|||
idLib::ShutDown();
|
||||
|
||||
Sys_ShutdownThreads();
|
||||
|
||||
SDL_Quit();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue