another leak fixed!

This commit is contained in:
2024-09-27 00:47:23 +02:00
parent 825fbca97b
commit c8eb029987
3 changed files with 14 additions and 7 deletions

3
app.js
View File

@@ -323,10 +323,11 @@ function animate() {
playfield.update(delta)
Mino.meshes.update()
controls.update()
gui.update()
renderer.render(scene, scene.camera)
environment.camera.update(renderer, scene)
gui.update()
}
window.addEventListener("resize", () => {