mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Tiny change
This commit is contained in:
parent
bf3571c103
commit
f61dfe7948
1 changed files with 1 additions and 3 deletions
|
@ -389,9 +389,7 @@ class Scene(object):
|
|||
for anim in animations
|
||||
]))
|
||||
for mobject in self.mobjects:
|
||||
if mobject in movers:
|
||||
continue
|
||||
if mobject.get_family_updaters():
|
||||
if mobject in movers or mobject.get_family_updaters():
|
||||
continue
|
||||
self.camera.set_mobjects_as_static(mobject)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue