소스 검색

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 = {