Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-22 14:38:05 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-22 14:38:05 (GMT)
commit88aa3dffdd636f2ca6cc182ae3d30f405ef5e8f2 (patch)
tree76586533c50490046f4799a0fd73659f219dd6fe /DrawableObjectTests
parent2b97745951bf8d35e4b81ccd943d704f20076cb9 (diff)
Editing Sprite tests
Diffstat (limited to 'DrawableObjectTests')
-rw-r--r--DrawableObjectTests/renderupdates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/DrawableObjectTests/renderupdates.py b/DrawableObjectTests/renderupdates.py
index 174763c..b1d90fb 100644
--- a/DrawableObjectTests/renderupdates.py
+++ b/DrawableObjectTests/renderupdates.py
@@ -61,6 +61,7 @@ pygame.display.update(rectlist)
start = time()
for i in range(2000):
boxes.update(pygame.time.get_ticks(), 700)
+ boxesTwo.update(pygame.time.get_ticks(), 700)
rectlist = boxesTwo.draw(screen)
rectlist.extend(boxes.draw(screen))
pygame.display.update(rectlist)