mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
fix for copy bug (again)
This commit is contained in:
parent
e0ff0f2a9f
commit
43faec638e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Mobject(Container):
|
|||
def copy(self):
|
||||
# TODO, either justify reason for shallow copy, or
|
||||
# remove this redundancy everywhere
|
||||
return self.deepcopy()
|
||||
#return self.deepcopy()
|
||||
|
||||
copy_mobject = copy.copy(self)
|
||||
copy_mobject.points = np.array(self.points)
|
||||
|
|
Loading…
Add table
Reference in a new issue