未验证 提交 cc987e80 编写于 作者: M Marco Fugaro 提交者: GitHub

BufferGeometryUtils: update outdated reference to this (#22304)

上级 1713bc2c
......@@ -166,7 +166,7 @@ function mergeBufferGeometries( geometries, useGroups = false ) {
for ( const name in attributes ) {
const mergedAttribute = this.mergeBufferAttributes( attributes[ name ] );
const mergedAttribute = mergeBufferAttributes( attributes[ name ] );
if ( ! mergedAttribute ) {
......@@ -200,7 +200,7 @@ function mergeBufferGeometries( geometries, useGroups = false ) {
}
const mergedMorphAttribute = this.mergeBufferAttributes( morphAttributesToMerge );
const mergedMorphAttribute = mergeBufferAttributes( morphAttributesToMerge );
if ( ! mergedMorphAttribute ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册