hazed 7 anos atrás
pai
commit
ee3854deb7
1 arquivos alterados com 10 adições e 10 exclusões
  1. 10 10
      src/renderers/webgl/WebGLUtils.js

+ 10 - 10
src/renderers/webgl/WebGLUtils.js

@@ -107,19 +107,19 @@ function WebGLUtils( gl, extensions ) {
 
 		}
 
-        if ( p === RGBA_ASTC_4x4_Format || p === RGBA_ASTC_5x4_Format || p === RGBA_ASTC_5x5_Format ||
-            p === RGBA_ASTC_6x5_Format || p === RGBA_ASTC_6x6_Format || p === RGBA_ASTC_8x5_Format ||
-            p === RGBA_ASTC_8x6_Format || p === RGBA_ASTC_8x8_Format || p === RGBA_ASTC_10x5_Format ||
-            p === RGBA_ASTC_10x6_Format || p === RGBA_ASTC_10x8_Format || p === RGBA_ASTC_10x10_Format ||
-            p === RGBA_ASTC_12x10_Format || p === RGBA_ASTC_12x12_Format ) {
+		if ( p === RGBA_ASTC_4x4_Format || p === RGBA_ASTC_5x4_Format || p === RGBA_ASTC_5x5_Format ||
+			p === RGBA_ASTC_6x5_Format || p === RGBA_ASTC_6x6_Format || p === RGBA_ASTC_8x5_Format ||
+			p === RGBA_ASTC_8x6_Format || p === RGBA_ASTC_8x8_Format || p === RGBA_ASTC_10x5_Format ||
+			p === RGBA_ASTC_10x6_Format || p === RGBA_ASTC_10x8_Format || p === RGBA_ASTC_10x10_Format ||
+			p === RGBA_ASTC_12x10_Format || p === RGBA_ASTC_12x12_Format ) {
 
-            extension = extensions.get( 'WEBGL_compressed_texture_astc' );
+			extension = extensions.get( 'WEBGL_compressed_texture_astc' );
 
-            if ( extension !== null ) {
-                return p;
-            }
+			if ( extension !== null ) {
+				return p;
+			}
 
-        }
+		}
 
 		if ( p === MinEquation || p === MaxEquation ) {