mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove unnecessary redirection
This commit is contained in:
@ -223,9 +223,7 @@ namespace osu.Game.Screens.Select
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void displayScore(ScoreInfo score) => this.Push(new SoloResults(score));
|
BeatmapDetails.Leaderboard.ScoreSelected += score => this.Push(new SoloResults(score));
|
||||||
|
|
||||||
BeatmapDetails.Leaderboard.ScoreSelected += displayScore;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader(true)]
|
[BackgroundDependencyLoader(true)]
|
||||||
|
Reference in New Issue
Block a user