mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
small color fix openglvmobject
This commit is contained in:
parent
520577dde3
commit
c2d1a406f1
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class OpenGLVMobject(OpenGLMobject):
|
|||
|
||||
def __init__(
|
||||
self,
|
||||
color: ParsableManimColor | None = None,
|
||||
fill_color: ParsableManimColor | None = None,
|
||||
fill_opacity: float = 0.0,
|
||||
stroke_color: ParsableManimColor | None = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue