Browse Source

codestyle

sunag 7 years ago
parent
commit
c84334f4a6
1 changed files with 1 additions and 1 deletions
  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;