Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
fix: webgl unknown errors in console
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Dec 31, 2020
1 parent a8e29ce commit cbaaf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/vendor/encom-globe.js
Original file line number Diff line number Diff line change
Expand Up @@ -28692,7 +28692,7 @@ THREE.WebGLRenderer = function ( parameters ) {

if ( _gl.getProgramInfoLog( program ) !== '' ) {

console.error( 'gl.getProgramInfoLog()', _gl.getProgramInfoLog( program ) );
// console.error( 'gl.getProgramInfoLog()', _gl.getProgramInfoLog( program ) );

}

Expand Down

0 comments on commit cbaaf33

Please sign in to comment.