1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Movement animation is now more smooth at high animation speeds

This commit is contained in:
Ivan Savenko
2023-01-04 17:21:40 +02:00
parent 7657115c5a
commit d8c4209ded
2 changed files with 3 additions and 2 deletions

View File

@@ -489,7 +489,7 @@ CGuiHandler::CGuiHandler()
statusbar = nullptr;
// Creates the FPS manager and sets the framerate to 48 which is doubled the value of the original Heroes 3 FPS rate
mainFPSmng = new CFramerateManager(48);
mainFPSmng = new CFramerateManager(60);
//do not init CFramerateManager here --AVS
terminate_cond = new CondSh<bool>(false);