瀏覽代碼

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 {