Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests/DynamicDrawableObject.py
diff options
context:
space:
mode:
authorDaveSilver <nibor123@gmail.com>2010-07-14 20:07:33 (GMT)
committer DaveSilver <nibor123@gmail.com>2010-07-14 20:07:33 (GMT)
commit36cdab6b7f18bfef25765e88abf90ee5f454e253 (patch)
treee015e6244bb63e2bb17baee2619a5d1f483f534a /DrawableObjectTests/DynamicDrawableObject.py
parent4de2265a1d43d940e2c64d27eb79bebba5977d9a (diff)
Made some code edits.
Diffstat (limited to 'DrawableObjectTests/DynamicDrawableObject.py')
-rwxr-xr-xDrawableObjectTests/DynamicDrawableObject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DrawableObjectTests/DynamicDrawableObject.py b/DrawableObjectTests/DynamicDrawableObject.py
index f8d929d..3b3722d 100755
--- a/DrawableObjectTests/DynamicDrawableObject.py
+++ b/DrawableObjectTests/DynamicDrawableObject.py
@@ -52,7 +52,7 @@ class DynamicDrawableObject(DrawableObject, pygame.sprite.Sprite):
cnt = len(animations)
- cnt += 1
+ cnt += 1
def nextFrame(self):