1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Assert single channel support for now.

This commit is contained in:
Dean Herbert 2017-02-22 13:38:10 +09:00
parent afba4fbfad
commit b7a9fd85ea
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -208,6 +208,8 @@ namespace osu.Game.Overlays
ListChannelsRequest req = new ListChannelsRequest();
req.Success += delegate (List<Channel> channels)
{
Debug.Assert(careChannels.Count == 0);
Scheduler.Add(delegate
{
loading.FadeOut(100);