2
0
Эх сурвалжийг харах

Update WebGLAttributes.js

Clean up.
Michael Herzog 4 жил өмнө
parent
commit
0a299f6c60

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

@@ -67,9 +67,9 @@ function WebGLAttributes( gl, capabilities ) {
 			type = gl.UNSIGNED_BYTE;
 
 		} else if ( array instanceof Uint8ClampedArray ) {
-			
+
 			type = gl.UNSIGNED_BYTE;
-			
+
 		}
 
 		return {