mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Filename does not match contained type
This commit is contained in:
@ -631,7 +631,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
if (BeatmapDetails.Leaderboard.Scores == null || !BeatmapDetails.Leaderboard.Scores.Any()) return;
|
||||
|
||||
dialogOverlay?.Push(new ClearScoresDialog(beatmap, BeatmapDetails.Leaderboard.Scores, () => BeatmapDetails.Leaderboard.RefreshScores()));
|
||||
dialogOverlay?.Push(new BeatmapClearScoresDialog(beatmap, BeatmapDetails.Leaderboard.Scores, () => BeatmapDetails.Leaderboard.RefreshScores()));
|
||||
}
|
||||
|
||||
public override bool OnPressed(GlobalAction action)
|
||||
|
Reference in New Issue
Block a user