We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e79ee5 + 59edef2 commit 27c7fedCopy full SHA for 27c7fed
src/tilemaps/parsers/tiled/BuildTilesetIndex.js
@@ -35,7 +35,7 @@ var BuildTilesetIndex = function (mapData)
35
y: image.height - mapData.tileHeight
36
};
37
38
- set = new Tileset(image.image, image.gid, image.width, image.height, 0, 0, null, null, offset);
+ set = new Tileset(image.image, image.gid, image.width, image.height, 0, 0, undefined, undefined, offset);
39
40
set.updateTileData(image.width, image.height);
41
0 commit comments