1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 02:09:54 +08:00
This commit is contained in:
Dean Herbert
2017-05-12 13:25:50 +09:00
Unverified
parent ffa59c6cb3
commit f248efb01f
2 changed files with 2 additions and 3 deletions
@@ -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
{
+2 -2
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()
{