mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Update CAdvmapInterface.cpp
This commit is contained in:
parent
f8ab2db0ea
commit
02c109f9cf
@ -126,7 +126,7 @@ void CTerrainRect::clickLeft(tribool down, bool previousState)
|
|||||||
#ifdef VCMI_ANDROID
|
#ifdef VCMI_ANDROID
|
||||||
if(adventureInt->swipeEnabled)
|
if(adventureInt->swipeEnabled)
|
||||||
{
|
{
|
||||||
if(handleSwipeStateChange(down == true))
|
if(handleSwipeStateChange((bool)down == true))
|
||||||
{
|
{
|
||||||
return; // if swipe is enabled, we don't process "down" events and wait for "up" (to make sure this wasn't a swiping gesture)
|
return; // if swipe is enabled, we don't process "down" events and wait for "up" (to make sure this wasn't a swiping gesture)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user