Revert changes to BeatmapDetailArea

This commit is contained in:
Dean Herbert
2019-09-19 14:26:15 +09:00
parent e5509cd390
commit a7b6895d4c
3 changed files with 30 additions and 49 deletions

View File

@ -226,7 +226,6 @@ namespace osu.Game.Screens.Select
void displayScore(ScoreInfo score) => this.Push(new SoloResults(score));
BeatmapDetails.Leaderboard.ScoreSelected += displayScore;
BeatmapDetails.TopScore.ScoreSelected += displayScore;
}
[BackgroundDependencyLoader(true)]