-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCLayerPanZoom: crash on line 289 #108
Comments
Oops, my mistake. Here's how to reproduce the crash:
|
To which class touches property belongs to? Thanks! 27.04.2012, в 11:50, [email protected] написал(а):
|
I'm using CCLayerPanZoom for a game scene, and I noticed that if I touch the screen while the scene is transitioning in, it will crash. After digging in into the code, it appears that the crash is caused by an attempt to access an empty array (self.touches) on line 289. This happens because ccTouchesBegan never gets called when the scene is transitioning in.
The text was updated successfully, but these errors were encountered: