Tentone 8 лет назад
Родитель
Сommit
26de91c4a5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      examples/js/loaders/GCodeLoader.js

+ 0 - 1
examples/js/loaders/GCodeLoader.js

@@ -21,7 +21,6 @@ THREE.GCodeLoader.prototype.load = function ( url, onLoad, onProgress, onError )
 	var self = this;
 
 	var loader = new THREE.FileLoader( self.manager );
-	loader.setPath( this.path );
 	loader.load( url, function ( text ) {
 
 		onLoad( self.parse( text ) );

粤ICP备19079148号