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
facing an issue where I call the tween.stop function with a true complete flag.
All I wonder is why in this case the tween.target isn't forwarded to the onComplete event, like it is done in the update loop.
I am currently expecting the tweens target in my event handler, not the tween itself as the first argument, what results in an exception if I complete the tween manually.
Think it would be better if the interface is the same for all cases, correct me if I am wrong.