Update GetTileAt.js

This commit is contained in:
svipal 2020-02-08 10:31:59 +01:00 committed by GitHub
parent 891c39cc69
commit f48e4aa9aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,9 +39,7 @@ var GetTileAt = function (tileX, tileY, nonNull, layer)
else
{
return tile;
}
}
else
{