We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8ae2f commit d2df220Copy full SHA for d2df220
manim/mobject/types/vectorized_mobject.py
@@ -1938,7 +1938,8 @@ def pointwise_become_partial(
1938
upper_residue,
1939
)
1940
else:
1941
- # Copy points if self.points is vmobject.points before setting np.empty(...) to avoid in-place modification
+ # Copy points if self.points is vmobject.points before setting
1942
+ # self.points = np.empty(...) to avoid in-place modification
1943
vmobject_points = (
1944
vmobject.points.copy()
1945
if self.points is vmobject.points
0 commit comments