mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Fix ChannelManager not being loaded in tests
This commit is contained in:
parent
1ba3f0ac14
commit
3c7e5a5b42
@ -246,7 +246,12 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
{
|
{
|
||||||
((BindableList<Channel>)ChannelManager.AvailableChannels).AddRange(channels);
|
((BindableList<Channel>)ChannelManager.AvailableChannels).AddRange(channels);
|
||||||
|
|
||||||
Child = ChatOverlay = new TestChatOverlay { RelativeSizeAxes = Axes.Both, };
|
InternalChildren = new Drawable[]
|
||||||
|
{
|
||||||
|
ChannelManager,
|
||||||
|
ChatOverlay = new TestChatOverlay { RelativeSizeAxes = Axes.Both, },
|
||||||
|
};
|
||||||
|
|
||||||
ChatOverlay.Show();
|
ChatOverlay.Show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user