Browse Source

Updated builds.

Mr.doob 9 years ago
parent
commit
020a0ffbde
2 changed files with 2 additions and 2 deletions
  1. 2 2
      build/three.js
  2. 0 0
      build/three.min.js

+ 2 - 2
build/three.js

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

File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


Some files were not shown because too many files changed in this diff