mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +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):
|
def reverse_points(self):
|
||||||
super().reverse_points()
|
super().reverse_points()
|
||||||
self.refresh_unit_normal()
|
self.refresh_unit_normal()
|
||||||
|
self.refresh_triangulation()
|
||||||
return self
|
return self
|
||||||
|
|
||||||
# Alignment
|
# Alignment
|
||||||
|
|
Loading…
Add table
Reference in a new issue