2
0
Tentone 7 жил өмнө
parent
commit
26de91c4a5

+ 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 ) );