getBounds update.

This commit is contained in:
Richard Davey
2013-09-01 13:17:44 +01:00
parent 71b4cc532f
commit 7bdcbf5c2a
5 changed files with 325 additions and 167 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Phaser.AnimationManager = function (parent) {
this._frameData = null;
/**
* Keeps track of the current frame of animation.
* Keeps track of the current frame of the animation.
*/
this.currentFrame = null;