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 program will crash at the following lines:
so, why?
// @HACK: Come up with a better pattern for removing observers.
@try {
[tweenOperation removeObserver:[PRTween sharedInstance] forKeyPath:@"period.tweenedValue"];
} @catch (id exception) {
}
@try {
[tweenOperation removeObserver:[PRTween sharedInstance] forKeyPath:@"period.tweenedLerp"];
} @catch (id exception) {
}
No description provided.
The text was updated successfully, but these errors were encountered: