mirror of
https://github.com/wassname/phaser.git
synced 2026-07-25 13:20:14 +08:00
README update, Loader audio path fix and Tween.isRunning fix.
This commit is contained in:
@@ -585,6 +585,7 @@ Phaser.Tween.prototype = {
|
||||
|
||||
} else {
|
||||
|
||||
this.isRunning = false;
|
||||
this.onComplete.dispatch(this._object);
|
||||
|
||||
if ( this._onCompleteCallback !== null ) {
|
||||
|
||||
Reference in New Issue
Block a user