Skip to content

Commit

Permalink
Update mySketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 30, 2024
1 parent 70ed73e commit fdec39d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sketches/my-pond/mySketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ function draw() {

fish.update();
fish.render();

// If there is any food in the pond
///*

///* // If there is any food in the pond
if (foods.length > 0) {
// Check if a fish is near one and apply arrive behavior
for (let j = 0; j < foods.length; j++) {
Expand Down

0 comments on commit fdec39d

Please sign in to comment.