Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorAlex <alex@Tiresias.(none)>2008-07-09 21:58:55 (GMT)
committer Alex <alex@Tiresias.(none)>2008-07-09 21:58:55 (GMT)
commit86f033b7a6f02cb2c3f12f39c751b88b926f0e6c (patch)
treebc4c08a16c2327d3b8e17cf15dc3ecbb71dedd53 /physics.py
parenta82f16ddf77103d789d7ac81e86b58713d720bc6 (diff)
Menus now work
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():