mirror of
https://github.com/wassname/phaser.git
synced 2026-07-29 11:24:31 +08:00
1.0.4 release
This commit is contained in:
@@ -129,7 +129,8 @@ Phaser.Animation.prototype = {
|
||||
|
||||
if (frameRate !== null)
|
||||
{
|
||||
this.delay = 1000 / frameRate;
|
||||
// this.delay = 1000 / frameRate;
|
||||
this.delay = frameRate;
|
||||
}
|
||||
|
||||
if (loop !== null)
|
||||
|
||||
Reference in New Issue
Block a user