mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Show 0 pp if map is loved
This commit is contained in:
@ -154,7 +154,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
{
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = $@"{score.PP:N0}",
|
||||
Text = $@"{score.PP ?? 0:N0}",
|
||||
Font = OsuFont.GetFont(size: text_size)
|
||||
},
|
||||
new FillFlowContainer
|
||||
|
Reference in New Issue
Block a user