Use reset now

This commit is contained in:
Richard Davey 2022-11-02 19:00:08 +00:00
parent a679efe03f
commit 57a49934af

View file

@ -275,11 +275,7 @@ var BaseTween = new Class({
*/
init: function ()
{
this.initTweenData();
this.setActiveState();
this.dispatchEvent(Events.TWEEN_ACTIVE, 'onActive');
this.reset(false);
return this;
},