mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Replace lingering .points references
This commit is contained in:
@ -326,7 +326,7 @@ class FractalCurve(VMobject):
|
||||
self, *alpha_pair
|
||||
)
|
||||
self.add(submobject)
|
||||
self.points = np.zeros((0, 3))
|
||||
self.set_points(np.zeros((0, 3)))
|
||||
|
||||
def init_colors(self):
|
||||
VMobject.init_colors(self)
|
||||
|
Reference in New Issue
Block a user