Revert "Manual update"

This reverts commit 4b177e0a9b.
This commit is contained in:
Webeled
2013-09-30 19:18:33 +01:00
parent 933edb203f
commit 5afce4bf8e
11 changed files with 19 additions and 87 deletions
-16
View File
@@ -305,22 +305,6 @@ Object.defineProperty(Phaser.AnimationManager.prototype, "frameTotal", {
});
Object.defineProperty(Phaser.AnimationManager.prototype, "paused", {
get: function () {
return this.currentAnim.isPaused;
},
set: function (value) {
this.currentAnim.paused = value;
}
});
Object.defineProperty(Phaser.AnimationManager.prototype, "frame", {
/**