mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add StarDifficulty property and correct colouring of difficulty icons.
This commit is contained in:
@ -131,7 +131,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
},
|
||||
}
|
||||
},
|
||||
new StarCounter { Count = beatmap.BaseDifficulty?.OverallDifficulty ?? 5, StarSize = 8 }
|
||||
new StarCounter { Count = beatmap.StarDifficulty, StarSize = 8 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user