mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
Change the exit function to not call static destructors.
This commit is contained in:
parent
ed025a7a5e
commit
8cd85f60c8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ void App::Restart(std::vector<std::string> restartArgs)
|
||||||
void App::Exit()
|
void App::Exit()
|
||||||
{
|
{
|
||||||
Config::Save();
|
Config::Save();
|
||||||
std::exit(0);
|
std::_Exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// CApplication::Ctor
|
// CApplication::Ctor
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue