mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Refresh triangulation after reversing points
This commit is contained in:
@ -777,6 +777,7 @@ class VMobject(Mobject):
|
||||
def reverse_points(self):
|
||||
super().reverse_points()
|
||||
self.refresh_unit_normal()
|
||||
self.refresh_triangulation()
|
||||
return self
|
||||
|
||||
# Alignment
|
||||
|
Reference in New Issue
Block a user