mirror of
https://github.com/photonstorm/phaser
synced 2025-01-11 04:38:51 +00:00
Update GetTileAt.js
This commit is contained in:
parent
891c39cc69
commit
f48e4aa9aa
1 changed files with 1 additions and 3 deletions
|
@ -39,9 +39,7 @@ var GetTileAt = function (tileX, tileY, nonNull, layer)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return tile;
|
return tile;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue