mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Unnecessary refresh_bounding_box
This commit is contained in:
parent
f5cb2bfa52
commit
c6c23a1fe7
1 changed files with 0 additions and 1 deletions
|
@ -683,7 +683,6 @@ class Mobject(object):
|
||||||
for attr, value in list(mobject.__dict__.items()):
|
for attr, value in list(mobject.__dict__.items()):
|
||||||
if isinstance(value, Mobject) and value in family2:
|
if isinstance(value, Mobject) and value in family2:
|
||||||
setattr(self, attr, family1[family2.index(value)])
|
setattr(self, attr, family1[family2.index(value)])
|
||||||
self.refresh_bounding_box(recurse_down=True)
|
|
||||||
if match_updaters:
|
if match_updaters:
|
||||||
self.match_updaters(mobject)
|
self.match_updaters(mobject)
|
||||||
return self
|
return self
|
||||||
|
|
Loading…
Add table
Reference in a new issue