Remove comment on crashhandler.

This commit is contained in:
Marvin D 2022-12-24 16:48:15 +01:00
parent f9f09bd02a
commit c79f98e4f8

View File

@ -216,7 +216,6 @@ CCrashHandler::~CCrashHandler()
}
// Init on DLL init!
// 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