Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
diff options
context:
space:
mode:
authornrp <olpc@spongezone.net>2008-08-31 17:18:51 (GMT)
committer nrp <olpc@spongezone.net>2008-08-31 17:18:51 (GMT)
commitf9767bc65afc3b328eaf2c9ad860f3891429fb6c (patch)
tree17777d767fe453ea82e59dff37717a45482d2a28 /tools.py
parent73412f4d4cd453fd4f2a0daaa764e6382e3cbe89 (diff)
edited something?
Diffstat (limited to 'tools.py')
-rw-r--r--tools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.py b/tools.py
index 94b195c..68b2c1e 100644
--- a/tools.py
+++ b/tools.py
@@ -286,6 +286,7 @@ class BridgeJointTool(Tool):
bodies = self.game.world.get_bodies_at_pos(event.pos,
include_static=True)
if not bodies or len(bodies) != 2:
+ print len(bodies)
return
jointDef = box2d.b2RevoluteJointDef()