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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user