Skip to content

Commit ac82e39

Browse files
authored
Fix whitespace
1 parent 86f1cbc commit ac82e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/components/CullTiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var CullTiles = function (layer, camera, outputArray)
6969
{
7070
continue;
7171
}
72-
72+
7373
var tileX = ((tile.pixelX + tilemapLayer.x) * a + (tile.pixelY + tilemapLayer.y) * c + e);
7474
var tileY = ((tile.pixelX + tilemapLayer.x) * b + (tile.pixelY + tilemapLayer.y) * d + f);
7575

0 commit comments

Comments
 (0)