mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Small bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user