diff --git a/types/three/src/core/InterleavedBuffer.d.ts b/types/three/src/core/InterleavedBuffer.d.ts index ffdd95e2d..004492fc0 100644 --- a/types/three/src/core/InterleavedBuffer.d.ts +++ b/types/three/src/core/InterleavedBuffer.d.ts @@ -104,7 +104,7 @@ export class InterleavedBuffer { * @param offset index of the {@link BufferAttribute.array | array} at which to start copying. Expects a `Integer`. Default `0`. * @throws `RangeError` When {@link offset} is negative or is too large. */ - set(value: ArrayLike, offset: number): this; + set(value: ArrayLike, offset?: number): this; /** * Set {@link BufferAttribute.usage | usage}