Browse Source

Restoring missing line by mistake

yomboprime 7 năm trước cách đây
mục cha
commit
3c0b88a600
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      examples/js/loaders/SVGLoader.js

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

@@ -1135,6 +1135,9 @@ THREE.SVGLoader.prototype = {
 
 		parseNode( xml.documentElement, { fill: '#000' } );
 
+		// console.log( paths );
+
+
 		console.timeEnd( 'THREE.SVGLoader: Parse' );
 
 		return paths;