mirror of
https://github.com/wassname/phaser.git
synced 2026-08-04 13:14:14 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91c07ea37d |
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user