mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09:00
Use beatmap's play mode.
This commit is contained in:
parent
e93f60396f
commit
0c2152f3d0
@ -74,7 +74,7 @@ namespace osu.Game.Screens.Select
|
|||||||
};
|
};
|
||||||
|
|
||||||
//get statistics fromt he current ruleset.
|
//get statistics fromt he current ruleset.
|
||||||
Ruleset.GetRuleset(game.PlayMode.Value).GetBeatmapStatistics(beatmap).ForEach(s => labels.Add(new InfoLabel(s)));
|
Ruleset.GetRuleset(beatmap.BeatmapInfo.Mode).GetBeatmapStatistics(beatmap).ForEach(s => labels.Add(new InfoLabel(s)));
|
||||||
|
|
||||||
(beatmapInfoContainer = new BufferedContainer
|
(beatmapInfoContainer = new BufferedContainer
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user