summaryrefslogtreecommitdiff
path: root/src/port/Engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/Engine.cpp')
-rw-r--r--src/port/Engine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp
index debfad703..58e3920ea 100644
--- a/src/port/Engine.cpp
+++ b/src/port/Engine.cpp
@@ -388,6 +388,9 @@ void GameEngine::ProcessGfxCommands(Gfx* commands) {
wnd->SetMaximumFrameLatency(1);
}
RunCommands(commands, mtx_replacements);
+
+ last_fps = fps;
+ last_update_rate = 2;
}
// Audio