diff --git a/src/animation/Animation.js b/src/animation/Animation.js index fa5f46404..e3513e7f2 100644 --- a/src/animation/Animation.js +++ b/src/animation/Animation.js @@ -129,8 +129,8 @@ Phaser.Animation.prototype = { if (frameRate !== null) { - // this.delay = 1000 / frameRate; - this.delay = frameRate; + this.delay = 1000 / frameRate; + // this.delay = frameRate; } if (loop !== null)