diff --git a/shaders/cBloom.fx b/shaders/cBloom.fx index 7993312..eb4a194 100644 --- a/shaders/cBloom.fx +++ b/shaders/cBloom.fx @@ -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";