Some gestures comments tweaks...

This commit is contained in:
raysan5 2016-06-03 18:51:19 +02:00
parent 13bef7aa02
commit d1133ca8d3
2 changed files with 5 additions and 5 deletions

View file

@ -2674,7 +2674,7 @@ static EM_BOOL EmscriptenInputCallback(int eventType, const EmscriptenTouchEvent
gestureEvent.position[1].y /= (float)GetScreenHeight();
// Gesture data is sent to gestures system for processing
ProcessGestureEvent(gestureEvent); // Process obtained gestures data
ProcessGestureEvent(gestureEvent);
return 1;
}