mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +00:00
Update StaticTilemapLayer.js
This commit is contained in:
parent
8e30c5ef1c
commit
9780592a90
1 changed files with 1 additions and 1 deletions
|
@ -1124,7 +1124,7 @@ var StaticTilemapLayer = new Class({
|
||||||
*/
|
*/
|
||||||
hasTileAtWorldXY: function (worldX, worldY, camera)
|
hasTileAtWorldXY: function (worldX, worldY, camera)
|
||||||
{
|
{
|
||||||
return TilemapComponents.HasTileAtWorldXY(worldX, worldY, camera);
|
return TilemapComponents.HasTileAtWorldXY(worldX, worldY, camera, this.layer);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue