mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Use reset now
This commit is contained in:
parent
a679efe03f
commit
57a49934af
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue