Skip to content

Commit 44728d3

Browse files
fix: mouseWheel example fixed while drawing the circle
1 parent 7982e2f commit 44728d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/mouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ p5.prototype._pmouseWheelDeltaY = 0;
18021802
* background(200);
18031803
*
18041804
* // Draw the circle
1805-
* circle(circleSize, 50, 50);
1805+
* circle(50, 50, circleSize);
18061806
* }
18071807
*
18081808
* // Increment circleSize when the user scrolls the mouse wheel.

0 commit comments

Comments
 (0)