Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools.py')
-rw-r--r--tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.py b/tools.py
index 78737f4..cda745b 100644
--- a/tools.py
+++ b/tools.py
@@ -574,7 +574,7 @@ class GrabTool(Tool):
self.game.world.add.remove_mouseJoint()
else:
self._current_body = None
- elif event.type == MOUSEMOTION and event.buttons[0]:
+ elif event.type == MOUSEMOTION: # and event.buttons[0]:
# Move it around
if self.game.world.run_physics:
# Use box2D mouse motion