Skip to content

Commit e85b02c

Browse files
committed
Fix example.
1 parent ca4272b commit e85b02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/processing_pyo3/examples/custom_material.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ def draw():
1616
background(12, 12, 18)
1717

1818
use_material(mat)
19-
draw_box(80.0, 80.0, 80.0)
19+
box(80.0, 80.0, 80.0)
2020

2121
run()

0 commit comments

Comments
 (0)