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
Fixed an iOS9 issue with CCScrollView whereby gesture recognisers that were not being removed when the node was hidden, or removed from the node tree were being added a second time. iOS8 and earlier allowed this even though it wasn't correct. iOS 9 prevents this from working anymore.
0 commit comments