Explorar el Código

Fix forgotten setter in BufferAttribute prototype assignement

Tristan VALCKE hace 8 años
padre
commit
aa6cbdd075
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      src/core/BufferAttribute.js

+ 0 - 6
src/core/BufferAttribute.js

@@ -48,12 +48,6 @@ Object.assign( BufferAttribute.prototype, {
 
 	isBufferAttribute: true,
 
-	set needsUpdate( value ) {
-
-		if ( value === true ) this.version ++;
-
-	},
-
 	setArray: function ( array ) {
 
 		if ( Array.isArray( array ) ) {