summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
diff options
context:
space:
mode:
Diffstat (limited to 'testxml/testxml.py')
-rwxr-xr-xtestxml/testxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index 26054de..1269852 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -578,7 +578,7 @@ def testSpriteAction(file, name, action, numframes, iserr):
name + ", direction: " + direction, False)
if lastIndex1 == i1 and lastIndex2 == i2 and offsetX == lastOffsetX \
- and offsetY == lastOffsetY:
+ and offsetY == lastOffsetY and i1 == i2 and lastIndex1 == lastIndex2:
showMsgSprite(file, "duplicate sequence animation for start=" \
+ str(i1) + ", end=" + str(i2) + " action: " + \
name + ", direction: " + direction, False)