mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
Fix whitespace
This commit is contained in:
parent
86f1cbcabf
commit
ac82e39314
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ var CullTiles = function (layer, camera, outputArray)
|
|||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
var tileX = ((tile.pixelX + tilemapLayer.x) * a + (tile.pixelY + tilemapLayer.y) * c + e);
|
||||
var tileY = ((tile.pixelX + tilemapLayer.x) * b + (tile.pixelY + tilemapLayer.y) * d + f);
|
||||
|
||||
|
|
Loading…
Reference in a new issue