aboutsummaryrefslogtreecommitdiff
path: root/src/gestures.c
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-02-23 00:57:50 +0100
committerRay <raysan5@gmail.com>2016-02-23 00:57:50 +0100
commit0dfc7fffff68b0bfafd30a86fb322073daf7fc0e (patch)
treeef7a773a5cd69193abce4e635dc1555cbd9ad9b7 /src/gestures.c
parentd042ed52fac5feac426f7aac1cc3e7c3e8c14b16 (diff)
downloadraylib-0dfc7fffff68b0bfafd30a86fb322073daf7fc0e.tar.gz
raylib-0dfc7fffff68b0bfafd30a86fb322073daf7fc0e.zip
Removed a couple of TODOs
Diffstat (limited to 'src/gestures.c')
-rw-r--r--src/gestures.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gestures.c b/src/gestures.c
index 3638f23e..e615c06d 100644
--- a/src/gestures.c
+++ b/src/gestures.c
@@ -155,8 +155,6 @@ void ProcessGestureEvent(GestureEvent event)
dragDistance = Vector2Distance(touchDownPosition, touchUpPosition);
dragIntensity = dragDistance/(float)((GetCurrentTime() - swipeTime));
- // TODO: Make getures detection resolution independant
-
startMoving = false;
// Detect GESTURE_SWIPE