提交 4c5b8e6a 编写于 作者: M Mugen87

ColladaLoader2: Clean up

上级 d803ca88
......@@ -2219,7 +2219,7 @@ THREE.ColladaLoader.prototype = {
case 'skeleton':
if ( data.skeleton !== undefined ) console.warn( 'THREE.ColladaLoader: The loader only supports one skeleton per instance_controller.' );
else data.skeleton = parseId( child.textContent );
data.skeleton = parseId( child.textContent );
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册