mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix beatmap set overlay not showing ratings
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
|
|
||||||
private void updateDisplay()
|
private void updateDisplay()
|
||||||
{
|
{
|
||||||
ratings.Metrics = Beatmap?.BeatmapSet?.Metrics;
|
ratings.Metrics = BeatmapSet?.Metrics;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Details()
|
public Details()
|
||||||
|
Reference in New Issue
Block a user