Browse Source

WebGLState: Added clarification comment.

Mr.doob 8 years ago
parent
commit
6bdb1f34bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLState.js

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

@@ -58,7 +58,7 @@ function WebGLState( gl, extensions, paramThreeToGL ) {
 				locked = false;
 				locked = false;
 
 
 				currentColorMask = null;
 				currentColorMask = null;
-				currentColorClear.set( - 1, 0, 0, 0 );
+				currentColorClear.set( - 1, 0, 0, 0 ); // set to invalid state
 
 
 			}
 			}