From 86f033b7a6f02cb2c3f12f39c751b88b926f0e6c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 09 Jul 2008 21:58:55 +0000 Subject: Menus now work --- (limited to 'physics.py') 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(): -- cgit v0.9.1