Disable VEH till fix.

This commit is contained in:
Marvin D 2022-12-24 13:06:44 +01:00
parent 8506851860
commit d1ec3aaf71

View File

@ -191,6 +191,7 @@ CCrashHandler::~CCrashHandler()
}
// Init on DLL init!
CCrashHandler* g_CrashHandler = new CCrashHandler();
// Needs fixing for frustum culling, it triggers the SEH handler there which also triggers this, add address to whitelist/whitelist whole code page.
//CCrashHandler* g_CrashHandler = new CCrashHandler();
#endif // _DEBUG