This commit is contained in:
2025-03-21 11:57:18 +02:00
parent 14f97924d3
commit 43895ea0fc
7 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class GameEngine {
}
stop(){
this.renderer.setAnimationLoop(null);
this.renderer?.setAnimationLoop(null);
}
getMouseVector(mouseEvent, domElement){