1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

take out drawable

This commit is contained in:
Michael Bui 2024-09-06 21:54:41 +12:00
parent 15f73a3dfb
commit f59895aa34

View File

@ -79,7 +79,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
Direction = FillDirection.Horizontal,
Padding = new MarginPadding(15f),
Spacing = new Vector2(30f),
Children = new Drawable[]
Children = new[]
{
totalParticipation = new StreakPiece(UsersStrings.ShowDailyChallengePlaycount),
currentDaily = new StreakPiece(UsersStrings.ShowDailyChallengeDailyStreakCurrent),