Gracefully shut down SDL on exit

This commit is contained in:
dhewg 2011-12-29 20:58:21 +01:00
parent cd1561ac57
commit c0d625685d

View file

@ -2964,6 +2964,8 @@ void idCommonLocal::Shutdown( void ) {
idLib::ShutDown();
Sys_ShutdownThreads();
SDL_Quit();
}
/*