Merge branch 'master' into beatmap-card/download-button

This commit is contained in:
Bartłomiej Dach
2021-11-20 18:49:11 +01:00
30 changed files with 106 additions and 53 deletions

View File

@ -428,7 +428,7 @@ namespace osu.Game.Tests.Visual.Background
public float CurrentDim => dimmable.DimLevel;
public Vector2 CurrentBlur => Background.BlurSigma;
public Vector2 CurrentBlur => Background?.BlurSigma ?? Vector2.Zero;
private TestDimmableBackground dimmable;