浏览代码

codestyle

sunag 7 年之前
父节点
当前提交
c84334f4a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;