Skip to content

Commit 97d1ff8

Browse files
committed
Fix link
1 parent 629fb8d commit 97d1ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/passes/EffectPass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class EffectPass extends Pass<EffectMaterial> {
2929
private readonly effectListener: (e: Event3) => void;
3030

3131
/**
32-
* An event listener that calls {@link handleToggleEvent}.
32+
* An event listener that calls {@link handleGBufferConfigEvent}.
3333
*/
3434

3535
private readonly gBufferConfigListener: (e: Event3) => void;

0 commit comments

Comments
 (0)