Preview visual settings at the “loading” screen

This commit is contained in:
TocoToucan
2018-02-09 00:06:24 +03:00
parent d437c1d7ec
commit a860dd7208
3 changed files with 14 additions and 6 deletions

View File

@ -262,10 +262,7 @@ namespace osu.Game.Screens.Play
if (!loadedSuccessfully)
return;
DimLevel.ValueChanged += _ => UpdateBackgroundElements();
BlurLevel.ValueChanged += _ => UpdateBackgroundElements();
ShowStoryboard.ValueChanged += _ => UpdateBackgroundElements();
UpdateBackgroundElements();
ConfigureBackgroundUpdate();
Content.Alpha = 0;
Content