浏览代码

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

Takahiro 8 年之前
父节点
当前提交
e06340efbb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/renderers/WebGLRenderer.js

+ 2 - 0
src/renderers/WebGLRenderer.js

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

粤ICP备19079148号