mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
No need to enforce scheduling of task anymore.
This commit is contained in:
@ -47,8 +47,7 @@ namespace osu.Game.GameModes.Menu
|
||||
Scheduler.Add(delegate
|
||||
{
|
||||
welcome.Play();
|
||||
}, true);
|
||||
|
||||
});
|
||||
|
||||
Scheduler.AddDelayed(delegate
|
||||
{
|
||||
|
Reference in New Issue
Block a user