mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 08:22:56 +08:00
CI fixes
This commit is contained in:
parent
e66a3494b9
commit
5547592768
@ -25,11 +25,12 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
|
||||
public readonly Bindable<User> User = new Bindable<User>();
|
||||
|
||||
private readonly HoverIconContainer hoverIcon;
|
||||
private readonly ContentContainer contentContainer;
|
||||
|
||||
public PreviousUsernamesContainer()
|
||||
{
|
||||
HoverIconContainer hoverIcon;
|
||||
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Width = width;
|
||||
Children = new Drawable[]
|
||||
@ -56,7 +57,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
|
||||
if (usernames.Any())
|
||||
{
|
||||
var amount = usernames.Count();
|
||||
var amount = usernames.Length;
|
||||
|
||||
for (int i = 0; i < amount; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user