mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
fix for copy bug (again)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user