Skip to content

Commit

Permalink
system: fix offset in PlaneAlignment
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder committed Jun 10, 2018
1 parent 042c43d commit 053517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def addPlaneAlignment(self,d,lockAngle,yaw,pitch,roll,pln1,pln2,group=0):
count = 0
if d:
h.append(self.addPointPlaneDistance(
d, pln2.origin.entity, pln1.entity.entity, group=group))
d, pln2.origin.entity, pln1.entity, group=group))
else:
h.append(self.addPointInPlane(
pln2.origin.entity, pln1.entity,group=group))
Expand Down

0 comments on commit 053517e

Please sign in to comment.