@@ -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 () {