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 2037a66..7cec764 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -644,7 +644,7 @@ def testSpriteAction(file, name, action, numframes, iserr): if label == "" or label is None: showMsgSprite(file, "no label attribute in goto tag " + name, iserr) - if cnt == 0: + if cnt == 0 and name != "default": showMsgSprite(file, "no frames or sequences in action: " + name, iserr) if "default" not in aniset: |