Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-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]