diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 57ca68ff..d8c9da22 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -335,7 +335,7 @@ void GameEngine::ProcessGfxCommands(Gfx* commands) { wnd->SetRendererUCode(UcodeHandlers::ucode_f3dex); std::vector> mtx_replacements; - int target_fps = CVarGetInteger("gInterpolationFPS", 20); + int target_fps = CVarGetInteger("gInterpolationFPS", 60); static int last_fps; static int last_update_rate; static int time;