diff --git a/types/three/examples/jsm/postprocessing/UnrealBloomPass.d.ts b/types/three/examples/jsm/postprocessing/UnrealBloomPass.d.ts index 7ace8da2c..bfdce2a06 100644 --- a/types/three/examples/jsm/postprocessing/UnrealBloomPass.d.ts +++ b/types/three/examples/jsm/postprocessing/UnrealBloomPass.d.ts @@ -19,7 +19,7 @@ export class UnrealBloomPass extends Pass { compositeMaterial: ShaderMaterial; bloomTintColors: Vector3[]; copyUniforms: object; - materialCopy: ShaderMaterial; + blendMaterial: ShaderMaterial; oldClearColor: Color; oldClearAlpha: number; basic: MeshBasicMaterial;