1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 19:07:20 +08:00

Filename does not match contained type

This commit is contained in:
Matthias Coenraerds 2019-01-04 20:32:52 +01:00
parent cd5b7dfd8d
commit 6d44672bfa

View File

@ -12,7 +12,7 @@ using System.Linq;
namespace osu.Game.Screens.Select
{
public class ClearScoresDialog : PopupDialog
public class BeatmapClearScoresDialog : PopupDialog
{
private ScoreManager manager;
@ -22,7 +22,7 @@ namespace osu.Game.Screens.Select
manager = beatmapManager;
}
public ClearScoresDialog(BeatmapSetInfo beatmap, IEnumerable<ScoreInfo> scores, Action refresh)
public BeatmapClearScoresDialog(BeatmapSetInfo beatmap, IEnumerable<ScoreInfo> scores, Action refresh)
{
BodyText = $@"{beatmap.Metadata?.Artist} - {beatmap.Metadata?.Title}";