diff options
Diffstat (limited to 'testxml')
-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 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) |