mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Refresh triangulation after reversing points
This commit is contained in:
parent
7474a98752
commit
c8442c404e
1 changed files with 1 additions and 0 deletions
|
@ -777,6 +777,7 @@ class VMobject(Mobject):
|
|||
def reverse_points(self):
|
||||
super().reverse_points()
|
||||
self.refresh_unit_normal()
|
||||
self.refresh_triangulation()
|
||||
return self
|
||||
|
||||
# Alignment
|
||||
|
|
Loading…
Add table
Reference in a new issue