cocos2d-iphone-extensions icon indicating copy to clipboard operation
cocos2d-iphone-extensions copied to clipboard

Fix a bug: Crash if other layer swallow the touch

Open keqinzhao opened this issue 12 years ago • 0 comments

If other layer swallow the touch, [self.touches count] will equals 0. Then line 289 will cause a crash.

keqinzhao avatar Sep 07 '12 07:09 keqinzhao