Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from nazimaraz/patch-1
Browse files Browse the repository at this point in the history
Update sketch.cpp
  • Loading branch information
bernhardfritz authored Jul 10, 2022
2 parents 9ccbbdf + 771ef01 commit cefa333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2dwater/sketch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void onMouseMoved(float x, float y) {
}

void setup() {
size(cols, rows);
size(cols, rows);
mouseMoved(onMouseMoved);
}

Expand Down

0 comments on commit cefa333

Please sign in to comment.