Browse Source

Release the reference to the current renderList at the end of .render()

Takahiro 7 years ago
parent
commit
e06340efbb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/renderers/WebGLRenderer.js

+ 2 - 0
src/renderers/WebGLRenderer.js

@@ -1226,6 +1226,8 @@ function WebGLRenderer( parameters ) {
 
 		// _gl.finish();
 
+		currentRenderList = null;
+
 	};
 
 	/*