提交 aa6cbdd0 编写于 作者: T Tristan VALCKE

Fix forgotten setter in BufferAttribute prototype assignement

上级 921824d5
......@@ -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 ) ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册