From c79f98e4f8d970e157f4fb02558093a9febd0745 Mon Sep 17 00:00:00 2001 From: Marvin D <41352111+IcePixelx@users.noreply.github.com> Date: Sat, 24 Dec 2022 16:48:15 +0100 Subject: [PATCH] Remove comment on crashhandler. --- r5dev/public/utility/crashhandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/r5dev/public/utility/crashhandler.cpp b/r5dev/public/utility/crashhandler.cpp index b60cfac7..33d7c7e7 100644 --- a/r5dev/public/utility/crashhandler.cpp +++ b/r5dev/public/utility/crashhandler.cpp @@ -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 \ No newline at end of file