We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1082009 commit f5ee18aCopy full SHA for f5ee18a
demosys/view/controller.py
@@ -85,7 +85,7 @@ def run(manager=None):
85
86
# Clear the buffer
87
context.ctx().clear(
88
- red=0.0, blue=0.0, green=0.0, alpha=0.0, depth=1.0,
+ red=0.0, blue=0.0, green=0.0, alpha=0.0, depth=1.0,
89
viewport=(0, 0, context.WINDOW.buffer_width, context.WINDOW.buffer_height)
90
)
91
0 commit comments