summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-16 14:54:51 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-16 14:54:51 -0300
commite30d4d4f7dc977677358dd5d2d2c6bbb55482df9 (patch)
tree541ccaa1b53d1e2bc25b7279afe9209f3f8ea4cf /testxml
parent28a4eb4e8b34a20ae83ccbf7fea52f03757b23be (diff)
downloadtools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.tar.gz
tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.tar.bz2
tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.tar.xz
tools-e30d4d4f7dc977677358dd5d2d2c6bbb55482df9.zip
Manaplus is not... But testxml might be.
Diffstat (limited to 'testxml')
-rwxr-xr-xtestxml/testxml.py2
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":