mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Move metrics to beatmap set
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
|
||||
private void updateDisplay()
|
||||
{
|
||||
ratings.Metrics = Beatmap?.Metrics;
|
||||
ratings.Metrics = Beatmap?.BeatmapSet?.Metrics;
|
||||
}
|
||||
|
||||
public Details()
|
||||
|
Reference in New Issue
Block a user