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