Update Tilemap.js

This commit is contained in:
svipal 2020-02-08 11:53:27 +01:00 committed by GitHub
parent 7ba3771045
commit b63a4e1107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -504,7 +504,7 @@ var Tilemap = new Class({
height: height,
orientation: this.orientation
});
var row;
for (var tileY = 0; tileY < height; tileY++)