瀏覽代碼

Update GLTF2Loader.js

Remove unused variable
Daniel Hritzkiv 8 年之前
父節點
當前提交
4f2541702e
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      examples/js/loaders/GLTF2Loader.js

+ 0 - 2
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',