Update WebGLRenderer.js

This commit is contained in:
Richard Davey 2020-07-16 16:59:45 +01:00
parent 51f0111700
commit fea1ade5b7

View file

@ -1505,6 +1505,7 @@ var WebGLRenderer = new Class({
{ {
this.normalTexture = null; this.normalTexture = null;
this.startActiveTexture++; this.startActiveTexture++;
this.currentActiveTexture = 1;
}, },
/** /**