浏览代码

Fix #15684. Remove hidden character.

vasco 6 年之前
父节点
当前提交
4c8e6c7732
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/renderers/webgl/WebGLTextures.js

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

@@ -131,7 +131,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
 
 		}
 
-		if ( internalFormat === _gl.R16F || internalFormat === _gl.R32F ||
+		if ( internalFormat === _gl.R16F || internalFormat === _gl.R32F ||
 			internalFormat === _gl.RGBA16F || internalFormat === _gl.RGBA32F ) {
 
 			extensions.get( 'EXT_color_buffer_float' );