mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Local functions related CI fixes
This commit is contained in:
parent
3c11978cfa
commit
c3ca40dcff
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
|
@ -245,7 +245,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
if (IsLoaded)
|
if (IsLoaded)
|
||||||
runnableAction();
|
runnableAction();
|
||||||
else
|
else
|
||||||
Schedule(() => runnableAction());
|
Schedule(runnableAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user