Skip to content

Commit

Permalink
fix touch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneMoreWare committed Jul 22, 2024
1 parent a080c55 commit b8f488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clock Time.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function mousePressed() {
userStartAudio();
}

function touchStarted() {
function touchMoved() {
userStartAudio();
}

Expand Down

0 comments on commit b8f488d

Please sign in to comment.