From 9f04d86a2c111275095d1c9857af9b21840ed812 Mon Sep 17 00:00:00 2001 From: papadanku <115061077+papadanku@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:48:03 -0700 Subject: [PATCH] Update cCamera.fxh --- shaders/shared/cCamera.fxh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaders/shared/cCamera.fxh b/shaders/shared/cCamera.fxh index 7dd811d..fc56739 100644 --- a/shaders/shared/cCamera.fxh +++ b/shaders/shared/cCamera.fxh @@ -11,7 +11,7 @@ ui_type = "slider"; ui_min = 0.1; ui_max = 1.0; - > = 0.5; + > = 0.1; float4 CreateExposureTex(float3 Color, float FrameTime) {