From e6b94cb0cd1b1ae7661822d5c968f3cc75187839 Mon Sep 17 00:00:00 2001 From: papadanku <115061077+papadanku@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:49:35 -0700 Subject: [PATCH] cCamera: Turn autoexposure setting to slider --- 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 d38ea18..30cc9c2 100644 --- a/shaders/shared/cCamera.fxh +++ b/shaders/shared/cCamera.fxh @@ -17,7 +17,7 @@ uniform float _CShadeExposureSmoothingSpeed < ui_category = "Output: AutoExposure"; ui_label = "Smoothing"; - ui_type = "drag"; + ui_type = "slider"; ui_tooltip = "Exposure time smoothing"; ui_min = 0.001; ui_max = 1.0;