Explorar el Código

NodeBuilder: Remove extra comma

martinRenou hace 5 años
padre
commit
bba9777f2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/jsm/nodes/core/NodeBuilder.js

+ 1 - 1
examples/jsm/nodes/core/NodeBuilder.js

@@ -66,7 +66,7 @@ function NodeBuilder() {
 		lights: false,
 		fog: false,
 		transparent: false,
-		irradiance: false,
+		irradiance: false
 	};
 
 	this.includes = {