Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 19, 2023
1 parent 9007f4d commit f51f828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math1052/sketches/chapter-01/simple-oscillator/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ function mouseReleased() {
}

function keyPressed() {
//https://www.toptal.com/developers/keycode
if (keyCode == 82) {
t = 0;
start = false;
Expand Down

0 comments on commit f51f828

Please sign in to comment.