mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Default unlock triangulation for pi creature
This commit is contained in:
@@ -74,6 +74,7 @@ class PiCreature(SVGMobject):
|
||||
self.flip()
|
||||
if self.start_corner is not None:
|
||||
self.to_corner(self.start_corner)
|
||||
self.unlock_triangulation()
|
||||
|
||||
def align_data(self, mobject):
|
||||
# This ensures that after a transform into a different mode,
|
||||
|
||||
Reference in New Issue
Block a user