modify some things to remove warnings on server and in browser console

This commit is contained in:
2023-05-16 06:39:36 -06:00
parent a9844e6e78
commit f603882d42
6 changed files with 12 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ class World {
const controls = createControls(camera, renderer.domElement);
// Light Instance, with optional light helper
const { light, lightHelper } = createLights(color);
const { light } = createLights(color);
// Random values for terrain vertices
// We could do this on the terrain.js file,