No need to enforce scheduling of task anymore.

This commit is contained in:
Thomas Müller
2016-10-09 15:40:32 +02:00
parent 934523e347
commit 9ed0748d73
2 changed files with 2 additions and 3 deletions

View File

@ -47,8 +47,7 @@ namespace osu.Game.GameModes.Menu
Scheduler.Add(delegate
{
welcome.Play();
}, true);
});
Scheduler.AddDelayed(delegate
{