Browse Source

Update WebGLState.js

Additional line to match current code style.
zrgs 8 years ago
parent
commit
4ecec8c3a0
1 changed files with 1 additions and 0 deletions
  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 ) {