mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Corrected compiler complaint
This commit is contained in:
@ -184,7 +184,7 @@ void ProcessGestureEvent(GestureEvent event)
|
||||
}
|
||||
else if (event.touchAction == TOUCH_MOVE)
|
||||
{
|
||||
if ((currentGesture == GESTURE_DRAG)) eventTime = GetCurrentTime();
|
||||
if (currentGesture == GESTURE_DRAG) eventTime = GetCurrentTime();
|
||||
|
||||
if (!startMoving)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user