Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex <alex@Tiresias.(none)>2008-07-08 22:03:41 (GMT)
committer Alex <alex@Tiresias.(none)>2008-07-08 22:03:41 (GMT)
commit0a15e694cd6eb2949785b38f3b459aeafe9202b9 (patch)
tree3d017a54168cb7cba0b2b6a644d293a88c60d6b4
parent336cfa27876b0bd93bd34d68bc5d010b9171d812 (diff)
fixed menu
-rw-r--r--physics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index b8f4929..5113110 100644
--- a/physics.py
+++ b/physics.py
@@ -68,7 +68,7 @@ class PhysicsGame:
# Try to stay at 30 FPS
self.clock.tick(30) # originally 50
- def setTool(tool):
+ def setTool(self,tool):
self.currentTool.cancel()
self.currentTool = self.tools[tool]