Fragment brightness has now a effect on the radius

This commit is contained in:
Michel Fedde 2021-03-24 14:02:48 +01:00
parent ddd2171da2
commit 9fa1ac6ad9
3 changed files with 9 additions and 8 deletions

View file

@ -81,7 +81,7 @@ namespace SM.Base.PostEffects
/// Radius of the effect
/// <para>Default: 2</para>
/// </summary>
public float Radius = 2;
public float Radius = 1;
/// <summary>
/// This can disable the bloom calculation.