Skip to content

Commit

Permalink
Increase max strength
Browse files Browse the repository at this point in the history
  • Loading branch information
bituq authored Sep 22, 2022
1 parent b195ff7 commit da8fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shaders/AdaptiveRim.fx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace AdaptiveRim
ui_category = "Rim";
ui_tooltip = "Adjust the rim's strength";
ui_type = "slider";
ui_min = 0; ui_max = 3; ui_step = .1;
ui_min = 0; ui_max = 5; ui_step = .1;
> = 2;

uniform float Offset <
Expand Down

0 comments on commit da8fcb8

Please sign in to comment.