Skip to content

Commit 4cc4500

Browse files
committed
Update cLens.fx
1 parent 6931d28 commit 4cc4500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shaders/cLens.fx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ uniform float _GrainScale <
5151
ui_label = "Grain Scale";
5252
ui_type = "slider";
5353
ui_min = 0.01;
54-
ui_max = 1.0;
54+
ui_max = 20.0;
5555
> = 0.01;
5656

5757
uniform float _GrainAmount <
5858
ui_label = "Grain Amount";
5959
ui_type = "slider";
6060
ui_min = 0.0;
61-
ui_max = 1.0;
61+
ui_max = 20.0;
6262
> = 0.35;
6363

6464
uniform float _ChromAb <

0 commit comments

Comments
 (0)