提交 fd203393 编写于 作者: 0 06wj

fix Object3D.remove multi-object bug

上级 032d69e8
......@@ -356,6 +356,8 @@ Object.assign( Object3D.prototype, EventDispatcher.prototype, {
}
return;
}
var index = this.children.indexOf( object );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册