Documentation for tests and changes

This commit is contained in:
David Zhao
2019-02-15 16:50:37 +09:00
parent ad9dae975d
commit 0a60f6dacd
2 changed files with 7 additions and 3 deletions

View File

@ -41,6 +41,7 @@ namespace osu.Game.Screens.Play
public override void OnEntering(IScreen last)
{
// We need to update on dim here because player still needs to know if it needs to dim the storyboard
base.OnEntering(last);
DimLevel.ValueChanged += _ => UpdateBackgroundElements();
BlurLevel.ValueChanged += _ => UpdateBackgroundElements();