mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 08:58:00 +00:00
Formatting fix
This commit is contained in:
parent
1e2ded9d3a
commit
4fd0a27b15
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue