mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-28 00:24:44 +00:00
Update POSIXProcessControl.cpp
This commit is contained in:
parent
a3cfc7f008
commit
83c448eba1
|
|
@ -62,6 +62,8 @@ static void SignalHandler(int sigtype)
|
|||
{
|
||||
void* array[10];
|
||||
size_t size;
|
||||
|
||||
signal(sigtype, SIG_DFL);
|
||||
|
||||
size = backtrace(array, 10);
|
||||
|
||||
|
|
@ -82,7 +84,7 @@ void Cleanup(bool minimal)
|
|||
StdConsole::destroy();
|
||||
|
||||
#ifndef TORQUE_DEDICATED
|
||||
SDL_Quit();
|
||||
//SDL_Quit();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue