Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber

This commit is contained in:
Sridhar Ramesh
2018-01-30 10:28:23 -08:00
9 changed files with 167 additions and 50 deletions

View File

@ -493,4 +493,4 @@ class AnimationGroup(Animation):
def clean_up(self, *args, **kwargs):
for anim in self.sub_anims:
anim.clean_up(*args, **kwargs)
anim.clean_up(*args, **kwargs)