Преглед на файлове

Update WebGLAttributes.js

Clean up.
Michael Herzog преди 4 години
родител
ревизия
0a299f6c60
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 {