Takahiro пре 7 година
родитељ
комит
4ec384f369
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/renderers/webgl/WebGLExtensions.js

+ 1 - 1
src/renderers/webgl/WebGLExtensions.js

@@ -54,7 +54,7 @@ function WebGLExtensions( gl ) {
 
 				default:
 
-					if ( isWebGL2 && 
+					if ( isWebGL2 &&
 						[ 'ANGLE_instanced_arrays',
 						  'OES_texture_float',
 						  'OES_texture_half_float',