Merge branch 'master' into multi-queueing-modes

This commit is contained in:
Dan Balasescu
2021-11-19 18:58:15 +09:00
6 changed files with 56 additions and 21 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;