mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 16:13:20 +08:00
Remove pointless method
This commit is contained in:
parent
c5270dd577
commit
6861163226
@ -439,13 +439,6 @@ namespace osu.Game.Screens.Play
|
||||
StoryboardContainer.Add(storyboard);
|
||||
}
|
||||
|
||||
protected override void UpdateBackgroundElements()
|
||||
{
|
||||
if (!this.IsCurrentScreen()) return;
|
||||
|
||||
base.UpdateBackgroundElements();
|
||||
}
|
||||
|
||||
protected virtual Results CreateResults(ScoreInfo score) => new SoloResults(score);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user