From 7ddae3ae7b57ad109f59e600b3cc4cf15f0d1c88 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 29 Mar 2011 14:29:44 -0400 Subject: [PATCH] finish your thought there buddy --- XDistance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XDistance.py b/XDistance.py index a7a14eb..7e48326 100644 --- a/XDistance.py +++ b/XDistance.py @@ -7,7 +7,7 @@ class XDistance(Constraint): self.pt1 = pt1 self.shape2 = shape2 self.pt2 = pt2 - self.dist + self.dist = dist def toEqu(self): varrefs1 = self.shape1.toEqu(pt1)[0]