1 Commits
Author SHA1 Message Date
Richard Davey 91c07ea37d Animation delay put back to normal 2013-09-18 06:41:41 +01:00
+2 -2
View File
@@ -129,8 +129,8 @@ Phaser.Animation.prototype = {
if (frameRate !== null) if (frameRate !== null)
{ {
// this.delay = 1000 / frameRate; this.delay = 1000 / frameRate;
this.delay = frameRate; // this.delay = frameRate;
} }
if (loop !== null) if (loop !== null)