1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

[c.f. Hoikas Discord>>OpenUru>>Dev]

Restore exception handler after PhysX initialization seizes it.
This commit is contained in:
rarified
2020-02-16 10:13:14 -07:00
parent 7aec3d5b13
commit 91f9948e2f

View File

@ -1965,6 +1965,9 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nC
if( !gClient->StartInit() )
break;
// Reestablish exception handler after PhysX stole it
SetUnhandledExceptionFilter( plCustomUnhandledExceptionFilter );
// I want it on top! I mean it!
BringWindowToTop( gClient->GetWindowHandle() );