Animation delay put back to normal

This commit is contained in:
Richard Davey 2013-09-18 06:41:41 +01:00
parent d9a49797c4
commit 91c07ea37d

View file

@ -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)