diff --git a/client/gui/CursorHandler.cpp b/client/gui/CursorHandler.cpp index 39c19b860..7e76b1d0c 100644 --- a/client/gui/CursorHandler.cpp +++ b/client/gui/CursorHandler.cpp @@ -260,7 +260,7 @@ void CursorHandler::centerCursor() void CursorHandler::updateSpellcastCursor() { - static const float frameDisplayDuration = 0.1f; + static const float frameDisplayDuration = 5.0 / 60.0; // H3 uses ~83 ms per image = 5 / 60 second frameTime += GH.mainFPSmng->getElapsedMilliseconds() / 1000.f; size_t newFrame = frame;