1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 05:39:53 +08:00

No need to enforce scheduling of task anymore.

This commit is contained in:
Thomas Müller
2016-10-09 15:40:32 +02:00
Unverified
parent 934523e347
commit 9ed0748d73
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ namespace osu.Game.GameModes.Menu
Scheduler.Add(delegate
{
welcome.Play();
}, true);
});
Scheduler.AddDelayed(delegate
{