Преглед изворни кода

removed unnecessary property

ohmed пре 12 година
родитељ
комит
2e64272b88
1 измењених фајлова са 0 додато и 2 уклоњено
  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 = {