mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 19:53:23 +08:00
Expire placeholder text.
This commit is contained in:
parent
65ff66682a
commit
b5d7211cd6
@ -229,6 +229,7 @@ namespace osu.Game.Overlays
|
||||
Scheduler.Add(delegate
|
||||
{
|
||||
loading.FadeOut(100);
|
||||
loading.Expire();
|
||||
|
||||
addChannel(channels.Find(c => c.Name == @"#lazer"));
|
||||
addChannel(channels.Find(c => c.Name == @"#osu"));
|
||||
|
Loading…
Reference in New Issue
Block a user