提交 1b02bbec 编写于 作者: D Don McCurdy

[glTF] Fix typo in _each dependency resolution.

上级 28de08aa
......@@ -568,9 +568,9 @@ THREE.GLTF2Loader = ( function () {
value.then( function( key, value ) {
results[ idx ] = value;
results[ key ] = value;
}.bind( this, key ));
}.bind( this, idx ));
} else {
......
......@@ -580,9 +580,9 @@ THREE.GLTFLoader = ( function () {
value.then( function( key, value ) {
results[ idx ] = value;
results[ key ] = value;
}.bind( this, key ));
}.bind( this, idx ));
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册