We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e4a6a commit b8a104aCopy full SHA for b8a104a
Source/Main.cpp
@@ -329,6 +329,7 @@ void RunGameLoop() {
329
330
g_FrameMan.Update();
331
g_LuaMan.Update();
332
+ g_ConsoleMan.Update();
333
g_ActivityMan.Update();
334
335
if (g_SceneMan.GetScene()) {
@@ -347,7 +348,6 @@ void RunGameLoop() {
347
348
// It's in this spot to allow it to be set by UInputMan update and ConsoleMan update, and read from ActivityMan update.
349
g_PresetMan.ClearReloadEntityPresetCalledThisUpdate();
350
- g_ConsoleMan.Update();
351
g_PerformanceMan.StopPerformanceMeasurement(PerformanceMan::SimTotal);
352
353
if (!g_ActivityMan.IsInActivity()) {
0 commit comments