Skip to content

Commit

Permalink
fix(jsdoc): estimateBytesUsed does not accept array (mrdoob#26706)
Browse files Browse the repository at this point in the history
function does not accept an array.
  • Loading branch information
epreston authored Sep 6, 2023
1 parent 64876c9 commit fb931eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/utils/BufferGeometryUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export function deinterleaveGeometry( geometry ) {
}

/**
* @param {Array<BufferGeometry>} geometry
* @param {BufferGeometry} geometry
* @return {number}
*/
function estimateBytesUsed( geometry ) {
Expand Down

0 comments on commit fb931eb

Please sign in to comment.