Skip to content

Commit

Permalink
cCamera: Turn autoexposure setting to slider
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jul 5, 2024
1 parent 0772965 commit e6b94cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/shared/cCamera.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6b94cb

Please sign in to comment.