diff --git a/src/tilemaps/components/GetTileAt.js b/src/tilemaps/components/GetTileAt.js index 53d503d44..9cb446780 100644 --- a/src/tilemaps/components/GetTileAt.js +++ b/src/tilemaps/components/GetTileAt.js @@ -38,10 +38,8 @@ var GetTileAt = function (tileX, tileY, nonNull, layer) } else { - return tile; - + return tile; } - } else {