1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00

Remove unnecessary initial text content duplicate

This commit is contained in:
Dean Herbert
2025-05-22 22:52:19 +09:00
Unverified
parent 9e720509db
commit 4d309ded2e
@@ -133,7 +133,6 @@ namespace osu.Game.Screens.SelectV2
personalBestText = new OsuSpriteText
{
Colour = colourProvider.Content2,
Text = "Personal Best",
Font = OsuFont.Style.Caption1.With(weight: FontWeight.SemiBold),
},
personalBestScoreContainer = new Container<BeatmapLeaderboardScore>