1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 22:19:30 +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(); ListChannelsRequest req = new ListChannelsRequest();
req.Success += delegate (List<Channel> channels) req.Success += delegate (List<Channel> channels)
{ {
Debug.Assert(careChannels.Count == 0);
Scheduler.Add(delegate Scheduler.Add(delegate
{ {
loading.FadeOut(100); loading.FadeOut(100);