mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Do refresh in pointwise_become_partial
This commit is contained in:
parent
272925fa19
commit
6cf8c8d2e8
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue