提交 92b7c7c9 编写于 作者: M Mr.doob

Merge pull request #5002 from gero3/FixMemoryProblem

fix the way of removeing a mesh
......@@ -4021,7 +4021,7 @@ THREE.WebGLRenderer = function ( parameters ) {
function removeInstancesWebglObjects( objlist, object ) {
delete objlist[object];
delete objlist[object.id];
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册