Remove **kwargs from Mobject.__init__

This commit is contained in:
Grant Sanderson 2022-12-26 07:58:40 -07:00
parent a2bdf54025
commit db0770a4fd

View file

@ -82,7 +82,6 @@ class Mobject(object):
# If true, the mobject will not get rotated according to camera position
is_fixed_in_frame: bool = False,
depth_test: bool = False,
**kwargs
):
self.color = color
self.opacity = opacity