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

Commit afe4b85

Browse files
committed
UI tweaks
1 parent 9ad01a7 commit afe4b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Effects/AutoExposure.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public sealed class AutoExposure : PostProcessEffectSettings
2424
[Range(LogHistogram.rangeMin, LogHistogram.rangeMax), DisplayName("Maximum (EV)"), Tooltip("Maximum average luminance to consider for auto exposure (in EV).")]
2525
public FloatParameter maxLuminance = new FloatParameter { value = 0f };
2626

27-
[Min(0f), Tooltip("Exposure bias. Use this to offset the global exposure of the scene.")]
27+
[Min(0f), DisplayName("Exposure Compensation"), Tooltip("Use this to scale the global exposure of the scene.")]
2828
public FloatParameter keyValue = new FloatParameter { value = 1f };
2929

3030
[DisplayName("Type"), Tooltip("Use \"Progressive\" if you want auto exposure to be animated. Use \"Fixed\" otherwise.")]

0 commit comments

Comments
 (0)