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

Editor: Fixed parent change.

上级 f3aed4ce
......@@ -263,7 +263,7 @@ Sidebar.Object3D = function ( signals ) {
if ( selected.parent !== undefined ) {
var newParentId = parseInt( objectParent.getValue() );
var newParentId = objectParent.getValue();
if ( selected.parent.id !== newParentId && selected.id !== newParentId ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册