diff --git a/Extensions/CCLayerPanZoom/CCLayerPanZoom.m b/Extensions/CCLayerPanZoom/CCLayerPanZoom.m index fdfdc7a..a17338c 100644 --- a/Extensions/CCLayerPanZoom/CCLayerPanZoom.m +++ b/Extensions/CCLayerPanZoom/CCLayerPanZoom.m @@ -283,7 +283,7 @@ - (void) ccTouchesMoved: (NSSet *) touches // Don't click with multitouch self.touchDistance = INFINITY; } - else + else if ([self.touches count] == 1) { // Get the single touch and it's previous & current position. UITouch *touch = [self.touches objectAtIndex: 0];