mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-25 00:37:24 +02:00
code review
This commit is contained in:
@ -121,6 +121,8 @@ void MapViewActions::gesturePinch(const Point & centerPosition, double lastUpdat
|
||||
|
||||
void MapViewActions::gesture(bool on, const Point & initialPosition, const Point & finalPosition)
|
||||
{
|
||||
dragActive = on;
|
||||
|
||||
pinchZoomFactor = 1.0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user