Formatting fix

This commit is contained in:
Richard Davey 2021-09-20 12:34:35 +01:00
parent 1e2ded9d3a
commit 4fd0a27b15

View file

@ -407,8 +407,10 @@ var Tile = new Class({
if (tilemapLayer)
{
var point = tilemapLayer.tileToWorldXY(this.x, this.y, undefined, camera);
return point.x;
}
return this.x * this.baseWidth;
},