We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4272b commit e85b02cCopy full SHA for e85b02c
crates/processing_pyo3/examples/custom_material.py
@@ -16,6 +16,6 @@ def draw():
16
background(12, 12, 18)
17
18
use_material(mat)
19
- draw_box(80.0, 80.0, 80.0)
+ box(80.0, 80.0, 80.0)
20
21
run()
0 commit comments