mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove **kwargs from Mobject.__init__
This commit is contained in:
parent
a2bdf54025
commit
db0770a4fd
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ class Mobject(object):
|
||||||
# If true, the mobject will not get rotated according to camera position
|
# If true, the mobject will not get rotated according to camera position
|
||||||
is_fixed_in_frame: bool = False,
|
is_fixed_in_frame: bool = False,
|
||||||
depth_test: bool = False,
|
depth_test: bool = False,
|
||||||
**kwargs
|
|
||||||
):
|
):
|
||||||
self.color = color
|
self.color = color
|
||||||
self.opacity = opacity
|
self.opacity = opacity
|
||||||
|
|
Loading…
Add table
Reference in a new issue