From 9f5e1f9d75a0401acbdd0931a81c429f0781436d Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Wed, 10 Feb 2021 00:44:48 -0500 Subject: [PATCH] fix reloading issue --- app/9/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/9/index.js b/app/9/index.js index 090d63e..140dab2 100644 --- a/app/9/index.js +++ b/app/9/index.js @@ -40,7 +40,7 @@ new p5(sketch => { // layers.blur1 = sketch.createGraphics(width, height, sketch.WEBGL); // layers.blur2 = sketch.createGraphics(width, height, sketch.WEBGL); - generate(); + window.onhashchange(); }; sketch.draw = () => {};