Skip to content

Commit

Permalink
Return this from BatchedMesh#copy (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Nov 18, 2023
1 parent 171c6c5 commit 8f5bc7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/three/examples/jsm/objects/BatchedMesh.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ declare class BatchedMesh extends Mesh<BufferGeometry, Material> {

raycast(): void; // no-op

// Doesn't currently return this, see https://github.com/mrdoob/three.js/pull/27131#discussion_r1388014852
copy(source: this): this;

dispose(): this;
Expand Down

0 comments on commit 8f5bc7d

Please sign in to comment.