cocos2d-iphone-extensions
cocos2d-iphone-extensions copied to clipboard
Fix a bug: Crash if other layer swallow the touch
If other layer swallow the touch, [self.touches count] will equals 0. Then line 289 will cause a crash.