Explorar o código

SVGRenderer: remove usage of no longer existing variables

Sergey Linev %!s(int64=8) %!d(string=hai) anos
pai
achega
c527f1ff5e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/js/renderers/SVGRenderer.js

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