Skip to content

Commit 9caadeb

Browse files
committed
Lint fix. phaserjs#4992
1 parent 555c47e commit 9caadeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/physics/arcade/World.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,8 +2254,8 @@ var World = new Class({
22542254

22552255
tilemapLayer = tile.tilemapLayer;
22562256

2257-
var point = tilemapLayer.tileToWorldXY(tile.x,tile.y);
2258-
2257+
var point = tilemapLayer.tileToWorldXY(tile.x, tile.y);
2258+
22592259
tileWorldRect.left = point.x;
22602260
tileWorldRect.top = point.y;
22612261

0 commit comments

Comments
 (0)