Skip to content

Commit b32d28d

Browse files
authored
fix incorrect variable name in plugin demo (#226)
1 parent 15b256a commit b32d28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ const sketch: Sketch = p5 => {
478478

479479
button.mousePressed(() => {
480480
if (!song) {
481-
const songUrlPath = "/piano.mp3";
481+
const songPath = "/piano.mp3";
482482
song = p5.loadSound(
483483
songPath,
484484
() => {

0 commit comments

Comments
 (0)