2
0
Эх сурвалжийг харах

SVGRenderer: remove usage of no longer existing variables

Sergey Linev 8 жил өмнө
parent
commit
c527f1ff5e

+ 0 - 2
examples/js/renderers/SVGRenderer.js

@@ -107,8 +107,6 @@ THREE.SVGRenderer = function () {
 	function removeChildNodes() {
 
 		_pathCount = 0;
-		_lineCount = 0;
-		_rectCount = 0;
 
 		while ( _svg.childNodes.length > 0 ) {