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 = () => {};