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:05:48 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-22 14:05:48 (GMT)
commit8b2060faae0081934f0892a1d31ea36828c4c08b (patch)
tree3a908d2af8519fc43c3d57b71905f99dd4c8b97d /DrawableObjectTests
parent56e016ee7b0d679893cb601991486bd2f9dab4d7 (diff)
Editing Sprite tests
Diffstat (limited to 'DrawableObjectTests')
-rw-r--r--DrawableObjectTests/renderupdates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DrawableObjectTests/renderupdates.py b/DrawableObjectTests/renderupdates.py
index 84a21a8..2c66dcd 100644
--- a/DrawableObjectTests/renderupdates.py
+++ b/DrawableObjectTests/renderupdates.py
@@ -45,7 +45,7 @@ switch3 = [
]
boxes.add(UpDownBox(switch1, (0, 0)))
-boxes.add(UpDownBox(switch2, (350, 350)))
+#boxes.add(UpDownBox(switch2, (350, 350)))
boxes.add(UpDownBox(switch3, (600, 600)))
screen = pygame.display.set_mode([1200, 900])