mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
fix keyword-spacing
This commit is contained in:
parent
6b81bc78a3
commit
2f6f8b2190
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ var Animation = new Class({
|
|||
|
||||
var frame = this.frames[startFrame];
|
||||
|
||||
if(startFrame === 0 && !component.forward)
|
||||
if (startFrame === 0 && !component.forward)
|
||||
{
|
||||
frame = this.getLastFrame();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue