2
0
Don McCurdy 7 жил өмнө
parent
commit
23f9f68d00

+ 1 - 1
examples/js/loaders/draco/DRACOLoader.js

@@ -105,7 +105,7 @@ THREE.DRACOLoader.prototype = {
       THREE.DRACOLoader.getDecoderModule()
           .then( function ( module ) {
             scope.decodeDracoFileInternal( rawBuffer, module.decoder, callback,
-              attributeUniqueIdMap );
+              attributeUniqueIdMap || {});
           });
     },