Refresh triangulation after general functions

This commit is contained in:
Grant Sanderson
2021-01-05 22:00:52 -08:00
parent f07bd23235
commit dde085094f

View File

@ -565,6 +565,7 @@ class VMobject(Mobject):
Mobject.apply_function(self, function)
if self.make_smooth_after_applying_functions:
self.make_smooth()
self.refresh_triangulation()
return self
def flip(self, *args, **kwargs):