Browse Source

WebGLState: Clean up.

Mr.doob 9 years ago
parent
commit
18cad50dea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/renderers/webgl/WebGLState.js

+ 2 - 2
src/renderers/webgl/WebGLState.js

@@ -683,11 +683,11 @@ function WebGLColorBuffer( gl, state ) {
 		locked = false;
 
 		currentColorMask = null;
-		currentColorClear.set(0, 0, 0, 1);
+		currentColorClear.set( 0, 0, 0, 1 );
 
 	};
 
-};
+}
 
 function WebGLDepthBuffer( gl, state ) {