mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Mobject should update when Mobject.resume_updating is called
This commit is contained in:
parent
b7f733823f
commit
4b15079318
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ class Mobject(Container):
|
||||||
if recursive:
|
if recursive:
|
||||||
for submob in self.submobjects:
|
for submob in self.submobjects:
|
||||||
submob.resume_updating(recursive)
|
submob.resume_updating(recursive)
|
||||||
|
self.update(dt=0, recursive=recursive)
|
||||||
return self
|
return self
|
||||||
|
|
||||||
# Transforming operations
|
# Transforming operations
|
||||||
|
|
Loading…
Add table
Reference in a new issue