#6773 Fixed TweenChain fire onActive twice per chain iteration

This commit is contained in:
Zeke Chan 2024-07-16 17:42:10 +08:00
parent f8dc6dcadb
commit 23e287ef0e

View file

@ -376,8 +376,7 @@ var TweenChain = new Class({
data[i].reset(false);
}
this.currentIndex = 0;
this.currentTween = data[0];
this.setCurrentTween(0);
},
/**