Fix lint errors
This commit is contained in:
parent
e96d575312
commit
f998ecd519
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue