This commit is contained in:
Grant Sanderson
2020-02-23 22:58:47 +00:00
parent d794ff8bc9
commit 8159f701f4

View File

@ -134,7 +134,7 @@ class Mobject(Container):
return self
def add_to_back(self, *mobjects):
self.set_submobjects(list_update(mobjects, self.sub_mobjects))
self.set_submobjects(list_update(mobjects, self.submobjects))
return self
def replace_submobject(self, index, new_submob):