From 3f8b94cf88703d1d5133ec89285a05fc044a0fac Mon Sep 17 00:00:00 2001 From: papadanku <115061077+papadanku@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:51:27 -0700 Subject: [PATCH] cCamera: Changed _CShadeExposureSmoothingSpeed --- shaders/shared/cCamera.fxh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shaders/shared/cCamera.fxh b/shaders/shared/cCamera.fxh index 30cc9c2..1f7c3d2 100644 --- a/shaders/shared/cCamera.fxh +++ b/shaders/shared/cCamera.fxh @@ -18,10 +18,10 @@ ui_category = "Output: AutoExposure"; ui_label = "Smoothing"; ui_type = "slider"; - ui_tooltip = "Exposure time smoothing"; + ui_tooltip = "Exposure smoothing speed"; ui_min = 0.001; ui_max = 1.0; - > = 1.0; + > = 0.5; float4 CreateExposureTex(float3 Color, float FrameTime) {