Release the reference to the current renderList at the end of .render()
@@ -1226,6 +1226,8 @@ function WebGLRenderer( parameters ) {
// _gl.finish();
+ currentRenderList = null;
+
};
/*