mirror of
https://github.com/seigler/generative
synced 2025-07-25 14:26:09 +00:00
fix reloading issue
This commit is contained in:
parent
b8683556c8
commit
9f5e1f9d75
1 changed files with 1 additions and 1 deletions
|
@ -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 = () => {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue