Do refresh in pointwise_become_partial

This commit is contained in:
Grant Sanderson
2023-01-24 21:47:12 -08:00
parent 272925fa19
commit 6cf8c8d2e8

View File

@ -931,7 +931,7 @@ class VMobject(Mobject):
assert(isinstance(vmobject, VMobject))
vm_points = vmobject.get_points()
if a <= 0 and b >= 1:
self.set_points(vm_points, refresh=False)
self.set_points(vm_points)
return self
num_curves = vmobject.get_num_curves()