Bläddra i källkod

removed unnecessary property

ohmed 12 år sedan
förälder
incheckning
2e64272b88
1 ändrade filer med 0 tillägg och 2 borttagningar
  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();
 		var geometry = new THREE.BufferGeometry();
 
 
-		geometry.numVertices = this.numVertices;
-
 		for ( var attr in this.attributes ) {
 		for ( var attr in this.attributes ) {
 
 
 			var attribute = {
 			var attribute = {