Update WebGLRenderer.js

This commit is contained in:
Richard Davey 2020-08-21 16:23:04 +01:00
parent 9a1dc640f8
commit 0cd4d0fc54

View file

@ -1223,9 +1223,6 @@ var WebGLRenderer = new Class({
this.resetTextures(true);
// gl.activeTexture(gl.TEXTURE1);
// gl.bindTexture(gl.TEXTURE_2D, this.blankTexture.glTexture);
this.currentActiveTexture = 1;
this.startActiveTexture++;