1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Fix initialization of movement speed settings

This commit is contained in:
Ivan Savenko
2023-03-02 19:24:32 +02:00
parent 30911eb593
commit 59d8989399
2 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ void MapView::onMapSwiped(const Point & viewPosition)
void MapView::onMapSwipeEnded()
{
isSwiping = true;
isSwiping = false;
}
void MapView::onCenteredTile(const int3 & tile)