finish your thought there buddy

This commit is contained in:
Josh Holtrop 2011-03-29 14:29:44 -04:00
parent e32f380e80
commit 7ddae3ae7b

View File

@ -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]