Procházet zdrojové kódy

removed unnecessary property

ohmed před 12 roky
rodič
revize
2e64272b88
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      src/core/BufferGeometry.js

+ 0 - 2
src/core/BufferGeometry.js

@@ -558,8 +558,6 @@ THREE.BufferGeometry.prototype = {
 
 		var geometry = new THREE.BufferGeometry();
 
-		geometry.numVertices = this.numVertices;
-
 		for ( var attr in this.attributes ) {
 
 			var attribute = {