sunag %!s(int64=7) %!d(string=hai) anos
pai
achega
c84334f4a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/nodes/NodeMaterial.js

+ 1 - 1
examples/js/nodes/NodeMaterial.js

@@ -82,7 +82,7 @@ THREE.NodeMaterial.prototype.onBeforeCompile = function ( shader, renderer ) {
 
 	if ( this.needsUpdate ) {
 
-		this.build( { dispose : false } );
+		this.build( { dispose: false } );
 
 		shader.uniforms = this.uniforms;
 		shader.vertexShader = this.vertexShader;