mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Typo fix
This commit is contained in:
@ -599,7 +599,7 @@ class Mobject(object):
|
||||
|
||||
result.parents = []
|
||||
result.target = None
|
||||
result.save_state = None
|
||||
result.saved_state = None
|
||||
|
||||
# copy.copy is only a shallow copy, so the internal
|
||||
# data which are numpy arrays or other mobjects still
|
||||
|
Reference in New Issue
Block a user