Small bug fix

This commit is contained in:
Grant Sanderson
2018-01-13 15:51:04 -08:00
parent f23fd5444d
commit 6de931968e

View File

@ -220,7 +220,7 @@ class DashedLine(Line):
return self
def get_start(self):
if len(self) > 0:
if len(self.points) > 0:
return self[0].points[0]
else:
return self.start