diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-04 20:47:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-04 20:47:49 +0300 |
commit | a01522101fd8237734ce8c1d7475b322f611db48 (patch) | |
tree | bdda8f90fc4fa1eecfe592ef2fed7989fa8483f9 /testxml | |
parent | 8bbc991b6c72890da333a2418cb41b405cd3996d (diff) | |
download | tools-a01522101fd8237734ce8c1d7475b322f611db48.tar.gz tools-a01522101fd8237734ce8c1d7475b322f611db48.tar.bz2 tools-a01522101fd8237734ce8c1d7475b322f611db48.tar.xz tools-a01522101fd8237734ce8c1d7475b322f611db48.zip |
testxml: replace "power of 10" to "multiple of 10"
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 d578484..e82a18f 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -587,7 +587,7 @@ def testSpriteAction(file, name, action, numframes, iserr): delay = 0 if delay % 10 != 0: - showMsgSprite(file, "delay " + str(delay) + " must be power of 10 in action: " + name + \ + showMsgSprite(file, "delay " + str(delay) + " must be multiple of 10 in action: " + name + \ ", direction: " + direction, False) |