diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index d018d3241d..bbd5c6bc26 100755 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -1477,7 +1477,7 @@ export namespace GeometryUtils { * @see src/core/InstancedBufferAttribute.js */ export class InstancedBufferAttribute extends BufferAttribute { - constructor(data: ArrayLike, itemSize: number, meshPerAttribute?: number); + constructor(array: ArrayLike, itemSize: number, normalized?: boolean, meshPerAttribute?: number); meshPerAttribute: number; }