mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 06:00:41 +00:00
#6773 Fixed TweenChain fire onActive twice per chain iteration
This commit is contained in:
parent
f8dc6dcadb
commit
23e287ef0e
1 changed files with 1 additions and 2 deletions
|
@ -376,8 +376,7 @@ var TweenChain = new Class({
|
|||
data[i].reset(false);
|
||||
}
|
||||
|
||||
this.currentIndex = 0;
|
||||
this.currentTween = data[0];
|
||||
this.setCurrentTween(0);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue