提交 6a666d41 编写于 作者: T Takahiro

Fix var name conglict in GLTFLoader

上级 bade2077
......@@ -1473,11 +1473,11 @@ THREE.GLTFLoader = ( function () {
for ( var j = 0, jl = keys.length; j < jl; j ++ ) {
var node = __nodes[ keys[ j ] ];
var n = __nodes[ keys[ j ] ];
if ( node.jointName === jointId ) {
if ( n.jointName === jointId ) {
jointNode = node;
jointNode = n;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册