From 19b6c4beeebf813a09e5c85c53264069cad09367 Mon Sep 17 00:00:00 2001 From: Jaakko Husso Date: Sat, 2 Dec 2023 17:55:30 +0200 Subject: [PATCH] Disable background snowfall animation --- aoc-web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoc-web/index.html b/aoc-web/index.html index a28af1f..0943150 100644 --- a/aoc-web/index.html +++ b/aoc-web/index.html @@ -99,7 +99,7 @@ gl.enableVertexAttribArray(0); gl.vertexAttribPointer(0, 2, gl.FLOAT, false, 0, 0); - window.requestAnimationFrame(render); + // window.requestAnimationFrame(render); })(); }