Skip to content

Commit

Permalink
Removed unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenpaiSharma committed Aug 30, 2022
1 parent 667cf5e commit 2e1147d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webgl/p5.RendererGL.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ p5.RendererGL = function(elt, pInst, isMainCanvas, attr) {
this.blendExt = this.GL.getExtension('EXT_blend_minmax');
this._isBlending = false;

// this._useAmbientMaterial = false;
this._useSpecularMaterial = false;
this._useEmissiveMaterial = false;
this._useNormalMaterial = false;
Expand Down

0 comments on commit 2e1147d

Please sign in to comment.