mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 17:27:48 +00:00
fixed copying problem in animation
This commit is contained in:
parent
6a0b0c8742
commit
ceccddd262
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ class Scene(Container):
|
|||
animations.pop()
|
||||
#method should already have target then.
|
||||
else:
|
||||
mobject.target = mobject.copy()
|
||||
mobject.target = mobject.deepcopy()
|
||||
#
|
||||
if len(state["method_args"]) > 0 and isinstance(state["method_args"][-1], dict):
|
||||
method_kwargs = state["method_args"].pop()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue