mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Mobject should update when Mobject.resume_updating is called
This commit is contained in:
@ -198,6 +198,7 @@ class Mobject(Container):
|
||||
if recursive:
|
||||
for submob in self.submobjects:
|
||||
submob.resume_updating(recursive)
|
||||
self.update(dt=0, recursive=recursive)
|
||||
return self
|
||||
|
||||
# Transforming operations
|
||||
|
Reference in New Issue
Block a user