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
f48e4aa9aa
commit
4007e92be0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ var GetTileAt = function (tileX, tileY, nonNull, layer)
|
|||
}
|
||||
else
|
||||
{
|
||||
return tile;
|
||||
return tile;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue