mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 07:04:15 +08:00
CI Fixes
This commit is contained in:
parent
ffa59c6cb3
commit
f248efb01f
@ -7,7 +7,6 @@ using System.Linq;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Primitives;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Online.Chat.Drawables
|
||||
{
|
||||
|
@ -51,7 +51,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
channelTabs = new OsuTabControl<Channel>()
|
||||
channelTabs = new OsuTabControl<Channel>
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 20,
|
||||
@ -142,7 +142,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private List<Channel> careChannels;
|
||||
|
||||
private List<DrawableChannel> loadedChannels = new List<DrawableChannel>();
|
||||
private readonly List<DrawableChannel> loadedChannels = new List<DrawableChannel>();
|
||||
|
||||
private void initializeChannels()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user