From cdb4569c1fee8bec157a6c8a0c33ea94b599130b Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Mon, 28 Apr 2025 20:41:38 -0400 Subject: [PATCH] removed that line --- static/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/main.js b/static/main.js index 295605c..6f58608 100644 --- a/static/main.js +++ b/static/main.js @@ -71,5 +71,4 @@ function animate() { let degrees = -0.5; modelObject.rotateY(degrees * (Math.PI / 180)); renderer.render(scene, camera); - //requestAnimationFrame(animate); // idk why this made things spin out of control lmao }