Skip to content

Commit 91c07ea

Browse files
committed
Animation delay put back to normal
1 parent d9a4979 commit 91c07ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/animation/Animation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Phaser.Animation.prototype = {
129129

130130
if (frameRate !== null)
131131
{
132-
// this.delay = 1000 / frameRate;
133-
this.delay = frameRate;
132+
this.delay = 1000 / frameRate;
133+
// this.delay = frameRate;
134134
}
135135

136136
if (loop !== null)

0 commit comments

Comments
 (0)