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

Fixed ObjectLoader. See #11433

上级 8919ca32
......@@ -764,13 +764,13 @@ Object.assign( ObjectLoader.prototype, {
if ( data.userData !== undefined ) object.userData = data.userData;
if ( data.children !== undefined ) {
var children = data.children;
for ( var i = 0; i < children.length; i ++ ) {
object.add( this.parseObject( children[ i ], geometries, materials );
object.add( this.parseObject( children[ i ], geometries, materials ) );
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册