mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Always refresh in pointwise_become_partial
This commit is contained in:
parent
8fee4d1a66
commit
917481cb23
1 changed files with 1 additions and 3 deletions
|
@ -941,9 +941,7 @@ class VMobject(Mobject):
|
|||
# Keep new_points i2:i3 as they are
|
||||
new_points[i3:i4] = high_tup
|
||||
new_points[i4:] = high_tup[2]
|
||||
self.set_points(new_points, refresh=False)
|
||||
if self.has_fill():
|
||||
self.refresh_triangulation()
|
||||
self.set_points(new_points)
|
||||
return self
|
||||
|
||||
def get_subcurve(self, a: float, b: float) -> VMobject:
|
||||
|
|
Loading…
Add table
Reference in a new issue