Skip to content

Commit

Permalink
Merge pull request #13744 from takahirox/CleanUpWebGLExtensions
Browse files Browse the repository at this point in the history
Clean up WebGLExtensions
  • Loading branch information
mrdoob authored Apr 3, 2018
2 parents 8904cb3 + 571d732 commit 9b0ae03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderers/webgl/WebGLExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ function WebGLExtensions( gl ) {
extension = gl.getExtension( 'WEBGL_compressed_texture_pvrtc' ) || gl.getExtension( 'WEBKIT_WEBGL_compressed_texture_pvrtc' );
break;

case 'WEBGL_compressed_texture_etc1':
extension = gl.getExtension( 'WEBGL_compressed_texture_etc1' );
break;

default:
extension = gl.getExtension( name );

Expand Down

0 comments on commit 9b0ae03

Please sign in to comment.