diff --git a/examples/js/loaders/GLTF2Loader.js b/examples/js/loaders/GLTF2Loader.js index ca82405febb4e5fb25364de4aaeb796c6cf1be25..90d85adff9ea34b34f3aa4cc435957a174727abd 100644 --- a/examples/js/loaders/GLTF2Loader.js +++ b/examples/js/loaders/GLTF2Loader.js @@ -2239,8 +2239,6 @@ THREE.GLTF2Loader = ( function () { GLTFParser.prototype.loadGeometries = function ( primitives ) { - var extensions = this.extensions; - return this._withDependencies( [ 'accessors',