Merge pull request #12395 from frenzibyte/fix-cinema-ignore-settings

Fix beatmap background displayed if storyboard is hidden on "Cinema" mod
This commit is contained in:
Dean Herbert
2021-04-14 14:31:03 +09:00
committed by GitHub
7 changed files with 44 additions and 26 deletions

View File

@ -467,7 +467,7 @@ namespace osu.Game.Screens.Edit
// todo: temporary. we want to be applying dim using the UserDimContainer eventually.
b.FadeColour(Color4.DarkGray, 500);
b.EnableUserDim.Value = false;
b.IgnoreUserSettings.Value = true;
b.BlurAmount.Value = 0;
});