Skip to content

Commit

Permalink
xrEditor: fixed building
Browse files Browse the repository at this point in the history
  • Loading branch information
qweasdd136963 committed Sep 29, 2018
1 parent ef4002a commit 78f104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editors/xrEditor/entry_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 78f104d

Please sign in to comment.