mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Update mobject.py
This commit is contained in:
@ -1597,7 +1597,7 @@ class Group(Mobject):
|
||||
self.add(*mobjects)
|
||||
|
||||
def __add__(self, other : 'Mobject' or 'Group'):
|
||||
assert(isinstance(other(Mobject))
|
||||
assert(isinstance(other, Mobject))
|
||||
return self.add(other)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user