Fix a typo in draft snapping

This commit is contained in:
Vanuan
2020-08-11 11:59:52 +02:00
committed by Yorik van Havre
parent 72ec8445f2
commit 024ae4dd9f
+1 -1
View File
@@ -435,7 +435,7 @@ class Snapper:
snaps.append(self.snapToVertex(self.snapInfo, active=True))
else:
# all other cases (face, etc...) default to passive snap
snapArray = [self.snapToVertex(self.snapInfo)]
snaps = [self.snapToVertex(self.snapInfo)]
elif Draft.getType(obj) == "Dimension":
# for dimensions we snap to their 2 points: