README update, Loader audio path fix and Tween.isRunning fix.

This commit is contained in:
photonstorm
2013-11-24 13:16:55 +00:00
parent cbd9b77327
commit a876fdd2b6
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -585,6 +585,7 @@ Phaser.Tween.prototype = {
} else {
this.isRunning = false;
this.onComplete.dispatch(this._object);
if ( this._onCompleteCallback !== null ) {