mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Ignore user settings on background screen beatmap by default
This commit is contained in:
parent
505dc15e03
commit
a5fa14ac4a
@ -50,6 +50,9 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
InternalChild = dimmable = CreateFadeContainer();
|
||||
|
||||
// Beatmap background screens should not apply user settings by default.
|
||||
IgnoreUserSettings.Value = true;
|
||||
|
||||
dimmable.IgnoreUserSettings.BindTo(IgnoreUserSettings);
|
||||
dimmable.IsBreakTime.BindTo(IsBreakTime);
|
||||
dimmable.BlurAmount.BindTo(BlurAmount);
|
||||
|
Loading…
Reference in New Issue
Block a user