Skip to content

Commit

Permalink
fixed fatal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Catz1301 committed Sep 16, 2023
1 parent 5530fe0 commit 072a60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function draw() {
boardSet = true;
}
// console.log(board);
checkForAnomolies(); // fix thisd
// checkForAnomolies(); // not needed now.
drawBoard(board);
}
if (enableFeedback)
Expand Down

0 comments on commit 072a60f

Please sign in to comment.