mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +00:00
Update TileToWorldX.js
This commit is contained in:
parent
cf622269e8
commit
8e30c5ef1c
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ var TileToWorldX = function (tileX, camera, layer)
|
|||
tileWidth *= tilemapLayer.scaleX;
|
||||
}
|
||||
|
||||
|
||||
if (orientation === 'orthogonal')
|
||||
{
|
||||
return layerWorldX + tileX * tileWidth;
|
||||
|
|
Loading…
Reference in a new issue