1
0
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:
Dean Herbert 2019-02-28 20:21:27 +09:00
parent c5270dd577
commit 6861163226

View File

@ -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);
}
}