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:
@@ -120,7 +120,7 @@ void MapView::onMapSwiped(const Point & viewPosition)
|
||||
|
||||
void MapView::onMapSwipeEnded()
|
||||
{
|
||||
isSwiping = true;
|
||||
isSwiping = false;
|
||||
}
|
||||
|
||||
void MapView::onCenteredTile(const int3 & tile)
|
||||
|
||||
Reference in New Issue
Block a user