Explorar el Código

Update WebGLState.js

Additional line to match current code style.
zrgs hace 8 años
padre
commit
4ecec8c3a0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 ) {