Refresh triangulation after reversing points

This commit is contained in:
Grant Sanderson 2022-12-14 14:39:49 -08:00
parent 7474a98752
commit c8442c404e

View file

@ -777,6 +777,7 @@ class VMobject(Mobject):
def reverse_points(self):
super().reverse_points()
self.refresh_unit_normal()
self.refresh_triangulation()
return self
# Alignment