mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
self.revert_to_original_skipping_status()
This commit is contained in:
@ -276,7 +276,7 @@ class Eyes(VMobject):
|
||||
|
||||
pi = Randolph(mode = mode)
|
||||
eyes = VGroup(pi.eyes, pi.pupils)
|
||||
eyes.scale_to_fit_height(self.height)
|
||||
pi.scale(self.height/eyes.get_height())
|
||||
if self.submobjects:
|
||||
eyes.move_to(self, DOWN)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user