Tiny comment

This commit is contained in:
Grant Sanderson 2020-05-30 16:49:27 -07:00
parent ccb47db3bb
commit 593c249bbd

View file

@ -952,6 +952,7 @@ class VMobject(Mobject):
if len(self.points) <= 1:
return []
# Otherwise, compute from scratch
points = self.points
indices = np.arange(len(points), dtype=int)