Skip to content

Commit 8e30c5e

Browse files
authored
Update TileToWorldX.js
1 parent cf62226 commit 8e30c5e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tilemaps/components/TileToWorldX.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ var TileToWorldX = function (tileX, camera, layer)
3434
tileWidth *= tilemapLayer.scaleX;
3535
}
3636

37-
3837
if (orientation === 'orthogonal')
3938
{
4039
return layerWorldX + tileX * tileWidth;

0 commit comments

Comments
 (0)