diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-16 14:54:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-16 14:54:51 -0300 |
commit | e30d4d4f7dc977677358dd5d2d2c6bbb55482df9 (patch) | |
tree | 541ccaa1b53d1e2bc25b7279afe9209f3f8ea4cf | |
parent | 28a4eb4e8b34a20ae83ccbf7fea52f03757b23be (diff) | |
download | tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.tar.gz tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.tar.bz2 tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.tar.xz tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.zip |
Manaplus is not... But testxml might be.
-rwxr-xr-x | testxml/testxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py index b791be1..9a627d7 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -1672,7 +1672,7 @@ def testOverSizedTiles(layer, tiles, file): continue tile, tilesetName = findTileByGid(tiles, val) - if layer.name.lower() not in ("collision", "heights") and tilesetName in ignoredFiles: + if layer.name.lower() not in ("collision", "heights", "height") and tilesetName in ignoredFiles: ignoreErrList.append((x, y)) ignoreTilesetList.add(tilesetName) if layer.name.lower() == "fringe": |