1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Remove no longer necessary fallback

This commit is contained in:
Salman Ahmed 2022-07-18 09:47:40 +03:00
parent 84c1c26a7f
commit e4d11febc5

View File

@ -98,7 +98,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Regular),
Colour = colours.Yellow
},
new DrawableDate(Score.EndedAt ?? DateTimeOffset.Now, 12)
new DrawableDate(Score.EndedAt, 12)
{
Colour = colourProvider.Foreground1
}