Corrected compiler complaint
This commit is contained in:
parent
954ced21a4
commit
83459159f4
|
|
@ -184,7 +184,7 @@ void ProcessGestureEvent(GestureEvent event)
|
||||||
}
|
}
|
||||||
else if (event.touchAction == TOUCH_MOVE)
|
else if (event.touchAction == TOUCH_MOVE)
|
||||||
{
|
{
|
||||||
if ((currentGesture == GESTURE_DRAG)) eventTime = GetCurrentTime();
|
if (currentGesture == GESTURE_DRAG) eventTime = GetCurrentTime();
|
||||||
|
|
||||||
if (!startMoving)
|
if (!startMoving)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user