mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
set default interpolation to 60
This commit is contained in:
+1
-1
@@ -335,7 +335,7 @@ void GameEngine::ProcessGfxCommands(Gfx* commands) {
|
||||
wnd->SetRendererUCode(UcodeHandlers::ucode_f3dex);
|
||||
|
||||
std::vector<std::unordered_map<Mtx*, MtxF>> 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;
|
||||
|
||||
Reference in New Issue
Block a user