Skip to content

Commit

Permalink
Update WebGLTextures.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Dec 31, 2021
1 parent 9c83179 commit 51de9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/webgl/WebGLTextures.js
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,

if ( isWebGL2 === false ) {

// in WebGL 1, try to use EXT_sRGB extension and sized formats
// in WebGL 1, try to use EXT_sRGB extension and unsized formats

if ( extensions.has( 'EXT_sRGB' ) === true && ( format === RGBFormat || format === RGBAFormat ) ) {

Expand Down

0 comments on commit 51de9f3

Please sign in to comment.