Skip to content

Commit a492369

Browse files
authored
oops
1 parent 78aa7b4 commit a492369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canvas-controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// this is just to force resiez
33
//window.reload();
44
// act nvm
5-
var audioElement = new Audio('Waterflame - Hexagon Force.mp3');
5+
var audioElement = new Audio('audio.mp3');
66
audioElement.addEventListener("canplaythrough", event => {
77
/* the audio is now playable; play it if permissions allow */
88
audioElement.play();

0 commit comments

Comments
 (0)