浏览代码

Update WebGLState.js

Additional line to match current code style.
zrgs 8 年之前
父节点
当前提交
4ecec8c3a0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/renderers/webgl/WebGLState.js

+ 1 - 0
src/renderers/webgl/WebGLState.js

@@ -641,6 +641,7 @@ function WebGLState( gl, extensions, paramThreeToGL ) {
 		}
 
 		currentBlending = blending;
+		
 	}
 
 	function setMaterial( material ) {