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 }