Przeglądaj źródła

Update SVGLoader.js

BTEVC 6 lat temu
rodzic
commit
054340f391
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      examples/js/loaders/SVGLoader.js

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

@@ -1016,7 +1016,6 @@ THREE.SVGLoader.prototype = {
 		console.time( 'THREE.SVGLoader: Parse' );
 
 		parseNode( xml.documentElement, { fill: '#000' } );
-		this.rootNode = xml.documentElement;
 
 		// console.log( paths );