@@ -707,6 +707,9 @@ THREE.WebGLState = function ( gl, extensions, paramThreeToGL ) {
compressedTextureFormats = null;
+ currentTextureSlot = undefined;
+ currentBoundTextures = {};
+
currentBlending = null;
currentColorWrite = null;