mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +00:00
Update GetTileAt.js
This commit is contained in:
parent
891c39cc69
commit
f48e4aa9aa
1 changed files with 1 additions and 3 deletions
|
@ -38,10 +38,8 @@ var GetTileAt = function (tileX, tileY, nonNull, layer)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return tile;
|
return tile;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue