ソースを参照

WebGLState: Clean up.

Mr.doob 9 年 前
コミット
18cad50dea
1 ファイル変更2 行追加2 行削除
  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 ) {