mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Update vectorized_mobject.py
This commit is contained in:
parent
b1ed16e81a
commit
c60e97ebf9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class VMobject(Mobject):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
self.refresh_unit_normal()
|
self.refresh_unit_normal()
|
||||||
|
|
||||||
def __add__(self, other : 'VMobject') -> VGroup:
|
def __add__(self, other : 'VMobject') -> 'VGroup':
|
||||||
assert(isinstance(other, VMobject))
|
assert(isinstance(other, VMobject))
|
||||||
return VGroup(self, other)
|
return VGroup(self, other)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue