2
0
Эх сурвалжийг харах

Fix forgotten setter in BufferAttribute prototype assignement

Tristan VALCKE 8 жил өмнө
parent
commit
aa6cbdd075

+ 0 - 6
src/core/BufferAttribute.js

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