Skip to content

Commit 8945bc4

Browse files
committed
Update postprocessing.d.ts
1 parent 9fd8aec commit 8945bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/postprocessing.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5717,9 +5717,8 @@ declare module "postprocessing" {
57175717
* This pass blurs the foreground CoC buffer to soften edges.
57185718
*
57195719
* @type {KawaseBlurPass}
5720-
* @readonly
57215720
*/
5722-
blurPass: KawaseBlurPass;
5721+
readonly blurPass: KawaseBlurPass;
57235722
/**
57245723
* A target position that should be kept in focus. Set to `null` to disable auto focus.
57255724
*

0 commit comments

Comments
 (0)