removed that line

This commit is contained in:
CJSatnarine
2025-04-28 20:41:38 -04:00
parent 1a80c4e73d
commit cdb4569c1f

View File

@@ -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
}