Add default Beatmap ID

This commit is contained in:
柯十六夜
2016-12-21 14:47:56 +08:00
parent 02f6e46105
commit ef11c3f389
5 changed files with 11 additions and 16 deletions

View File

@ -305,7 +305,7 @@ namespace osu.Game.Screens.Select
if (!beatmap.Equals(Beatmap?.BeatmapInfo))
{
if (beatmap.BeatmapSetID == Beatmap?.BeatmapInfo.BeatmapSetID)
if (beatmap.BeatmapSetInfoID == Beatmap?.BeatmapInfo.BeatmapSetInfoID)
sampleChangeDifficulty.Play();
else
{