diff --git a/src/editors/xrEditor/entry_point.cpp b/src/editors/xrEditor/entry_point.cpp index c8f006dfdf9..bb8cd81479f 100644 --- a/src/editors/xrEditor/entry_point.cpp +++ b/src/editors/xrEditor/entry_point.cpp @@ -42,7 +42,7 @@ int entry_point(pcstr commandLine) splash->Show(); splash->SetStatus("Loading xrDebug..."); - xrDebug::Initialize(false); + xrDebug::Initialize(); splash->SetStatus("Loading Core..."); thread_spawn(UIThreadProc, "OpenXRay Editor UI Thread", 0, nullptr);