浏览代码

Update SVGLoader.js

BTEVC 6 年之前
父节点
当前提交
054340f391
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 );