mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
set default interpolation to 60
This commit is contained in:
parent
a58eda8418
commit
bcf12744d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user