Replace lingering .points references

This commit is contained in:
Grant Sanderson
2021-01-12 07:27:32 -10:00
parent 6b29691e0e
commit ddfc3a6567
11 changed files with 33 additions and 33 deletions

View File

@ -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)