Added ratings and different bar rotations

This commit is contained in:
Jorolf
2017-03-28 17:12:54 +02:00
parent 775fd63d0f
commit 909fdb647c
5 changed files with 231 additions and 44 deletions

View File

@ -124,6 +124,7 @@ namespace osu.Game.Screens.Select
if (api == null || beatmap?.BeatmapInfo == null) return;
Details.Beatmap = beatmap.Beatmap.BeatmapInfo;
}
}
}