diff --git a/src/org/gestouch/gestures/Gesture.as b/src/org/gestouch/gestures/Gesture.as index 469bb8e..841568c 100644 --- a/src/org/gestouch/gestures/Gesture.as +++ b/src/org/gestouch/gestures/Gesture.as @@ -494,7 +494,7 @@ _propertyNames.push("timeThreshold", "moveThreshold"); _adjustCentralPoint(); - if (_trackingPointsCount == minTouchPointsCount + 1) + if (_trackingPointsCount == minTouchPointsCount - 1) { if (hasEventListener(GestureTrackingEvent.GESTURE_TRACKING_END)) {