Skip to content

Commit

Permalink
Update cBloom.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Sep 2, 2024
1 parent ccc9384 commit f5f1a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/cBloom.fx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ uniform float _Intensity <
ui_type = "slider";
ui_step = 0.001;
ui_min = 0.0;
ui_max = 2.0;
> = 0.8;
ui_max = 1.0;
> = 0.5;

uniform float3 _ColorShift <
ui_category = "Bloom";
Expand Down

0 comments on commit f5f1a97

Please sign in to comment.