mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #1043 from kuk0/get_merged_array
remove superfluous code
This commit is contained in:
commit
bc5c3968d9
1 changed files with 0 additions and 1 deletions
|
@ -701,7 +701,6 @@ class Mobject(Container):
|
||||||
result, submob.get_merged_array(array_attr),
|
result, submob.get_merged_array(array_attr),
|
||||||
axis=0
|
axis=0
|
||||||
)
|
)
|
||||||
submob.get_merged_array(array_attr)
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def get_all_points(self):
|
def get_all_points(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue