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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index 79f4c3c..706f0d5 100644
--- a/physics.py
+++ b/physics.py
@@ -80,7 +80,6 @@ class PhysicsGame:
def setTool(self,tool):
self.currentTool.cancel()
- self.currentTool = self.tools[tool]
self.currentTool = self.tools[tool]
def main():