2
0
Эх сурвалжийг харах

Merge pull request #13122 from takahirox/ReleaseCurrentRenderList

Release the reference to the current renderList at the end of .render()
Mr.doob 8 жил өмнө
parent
commit
966aca55b9

+ 2 - 0
src/renderers/WebGLRenderer.js

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