Skip to content

Commit 78f104d

Browse files
committed
xrEditor: fixed building
1 parent ef4002a commit 78f104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editors/xrEditor/entry_point.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int entry_point(pcstr commandLine)
4242
splash->Show();
4343

4444
splash->SetStatus("Loading xrDebug...");
45-
xrDebug::Initialize(false);
45+
xrDebug::Initialize();
4646

4747
splash->SetStatus("Loading Core...");
4848
thread_spawn(UIThreadProc, "OpenXRay Editor UI Thread", 0, nullptr);

0 commit comments

Comments
 (0)