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