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

@ -37,8 +37,7 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToPlayer(Player player)
{
player.ApplyToBackground(b => b.EnableUserDim.Value = false);
player.ApplyToBackground(b => b.IgnoreUserSettings.Value = true);
player.DimmableStoryboard.IgnoreUserSettings.Value = true;
player.BreakOverlay.Hide();