Only apply dim changes when background blur is disabled

This commit is contained in:
Dean Herbert
2023-02-15 14:16:34 +09:00
parent 19e3c5d33c
commit 9ed068c1e6
3 changed files with 17 additions and 10 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Graphics.Containers
/// </summary>
public const float BREAK_LIGHTEN_AMOUNT = 0.3f;
protected const double BACKGROUND_FADE_DURATION = 800;
public const double BACKGROUND_FADE_DURATION = 800;
/// <summary>
/// Whether or not user-configured settings relating to brightness of elements should be ignored