Skip to content

Commit

Permalink
Maybe fix github page?
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Aug 28, 2024
1 parent 7651a4d commit f620ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VisualizationP5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const VisualizationP5 = (p: p5, element: HTMLElement) => {
}

p.preload = () => {
resetIcon = p.loadImage("reset.png")
resetIcon = p.loadImage("/theremax/reset.png")
}

p.draw = () => {
Expand Down

0 comments on commit f620ee3

Please sign in to comment.