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:
parent
15f73a3dfb
commit
f59895aa34
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user