mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Fix #6768 Tweens in a looping chain fire onStart only once
This commit is contained in:
parent
112ca0dbf1
commit
f218a1bca2
1 changed files with 2 additions and 0 deletions
|
@ -648,6 +648,8 @@ var BaseTween = new Class({
|
|||
setActiveState: function ()
|
||||
{
|
||||
this.state = TWEEN_CONST.ACTIVE;
|
||||
|
||||
this.hasStarted = false;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue