Cleanup and minor fixes

This commit is contained in:
2022-11-27 14:45:55 +02:00
parent 0d68e90b59
commit 76ee695a59
5 changed files with 7 additions and 24 deletions

View File

@@ -50,14 +50,14 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmd
#endif
Platform::PreInit(hInstance);
//__try
__try
{
return Engine::Main(lpCmdLine);
}
/*__except (SehExceptionHandler(GetExceptionInformation()))
__except (SehExceptionHandler(GetExceptionInformation()))
{
return -1;
}*/
}
}
#endif