1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 07:04:15 +08:00
This commit is contained in:
Dean Herbert 2017-05-12 13:25:50 +09:00
parent ffa59c6cb3
commit f248efb01f
2 changed files with 2 additions and 3 deletions

View File

@ -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
{

View File

@ -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()
{