mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Update CAdvmapInterface.cpp
This commit is contained in:
parent
ae7821462d
commit
f8ab2db0ea
@ -162,7 +162,7 @@ void CTerrainRect::clickRight(tribool down, bool previousState)
|
||||
|
||||
void CTerrainRect::clickMiddle(tribool down, bool previousState)
|
||||
{
|
||||
handleSwipeStateChange(down == true);
|
||||
handleSwipeStateChange((bool)down == true);
|
||||
}
|
||||
|
||||
void CTerrainRect::mouseMoved(const SDL_MouseMotionEvent & sEvent)
|
||||
|
Loading…
Reference in New Issue
Block a user