You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class CCTouch ( build for x-platform ) retains touches. This is not allowed.
Having ongoing touches, while destroying components, will eventually lead to a crash.
The text was updated successfully, but these errors were encountered:
I got rid of CCTouch tottally in 3.5. Since we don't have Android anymore, we can use UITouch directly. Now CCTouch is just a define for legacy versions.
The class CCTouch ( build for x-platform ) retains touches. This is not allowed.
Having ongoing touches, while destroying components, will eventually lead to a crash.
The text was updated successfully, but these errors were encountered: