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:
parent
afba4fbfad
commit
b7a9fd85ea
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user