Skip to content

Commit 672ee21

Browse files
committed
Adjust doc comment
1 parent 36bf807 commit 672ee21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/effects/blending/BlendFunction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export abstract class BlendFunction implements Identifiable {
4242
*
4343
* @param name - A unique blend function name.
4444
* @param shader - The shader code.
45-
* @param supportsHDR - Indicates whether this blend function supports HDR colors.
45+
* @param supportsHDR - Indicates whether this blend function supports HDR colors. Defaults to false.
4646
*/
4747

4848
constructor(name: string, shader: string | null, supportsHDR = false) {

0 commit comments

Comments
 (0)