Skip to content

Commit

Permalink
Disable background snowfall animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiac committed Dec 2, 2023
1 parent 57d0f69 commit 19b6c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoc-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
gl.enableVertexAttribArray(0);
gl.vertexAttribPointer(0, 2, gl.FLOAT, false, 0, 0);

window.requestAnimationFrame(render);
// window.requestAnimationFrame(render);
})();
}

Expand Down

0 comments on commit 19b6c4b

Please sign in to comment.