Fix a typo in draft snapping

This commit is contained in:
Vanuan
2020-08-03 09:53:35 +03:00
committed by Yorik van Havre
parent 72ec8445f2
commit 024ae4dd9f

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: