Pārlūkot izejas kodu

Update WebGLAttributes.js

Clean up.
Michael Herzog 4 gadi atpakaļ
vecāks
revīzija
0a299f6c60
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/renderers/webgl/WebGLAttributes.js

+ 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 {