Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 9b027e7

Browse files
committed
Fixed property name in the editor
1 parent d62f507 commit 9b027e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Effects/Grain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed class Grain : PostProcessEffectSettings
1515
[Range(0.3f, 3f), Tooltip("Grain particle size.")]
1616
public FloatParameter size = new FloatParameter { value = 1f };
1717

18-
[Range(0f, 1f), Tooltip("Controls the noisiness response curve based on scene luminance. Lower values mean less noise in dark areas.")]
18+
[Range(0f, 1f), DisplayName("Luminance Contribution"), Tooltip("Controls the noisiness response curve based on scene luminance. Lower values mean less noise in dark areas.")]
1919
public FloatParameter lumContrib = new FloatParameter { value = 0.8f };
2020

2121
public override bool IsEnabledAndSupported(PostProcessRenderContext context)

0 commit comments

Comments
 (0)