Fix lint errors

This commit is contained in:
Fuhrmann 2025-03-20 11:49:50 +01:00
parent e96d575312
commit f998ecd519
2 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ function onWindowResize(container: HTMLElement) {
function animate() {
// Set rotation of axes according to camera rotation
let rot = new Euler();
const rot = new Euler();
rot.x = -camera.rotation.x;
rot.y = camera.rotation.y;
rot.z = -camera.rotation.z;