diff --git a/types/three/examples/jsm/objects/BatchedMesh.d.ts b/types/three/examples/jsm/objects/BatchedMesh.d.ts index 628293f7f..81c05b675 100644 --- a/types/three/examples/jsm/objects/BatchedMesh.d.ts +++ b/types/three/examples/jsm/objects/BatchedMesh.d.ts @@ -60,7 +60,6 @@ declare class BatchedMesh extends Mesh { 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;