Skip to content

Commit

Permalink
fix basic usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdmiller committed Jan 5, 2025
1 parent 3d0c486 commit 762399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BasicUsage/BasicUsage.pde
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ void draw() {
cos(frameCount / 10f) * 400,
sin(frameCount / 10f) * 400,
sin(frameCount / 10f) * 400);
shape(shape);
shape(myShape);
mapper.endMapping();
}

0 comments on commit 762399e

Please sign in to comment.