self.revert_to_original_skipping_status()

This commit is contained in:
Grant Sanderson
2017-10-12 19:44:32 -07:00
parent d138ffd353
commit ff207a4688
3 changed files with 152 additions and 11 deletions

View File

@ -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: