Local functions related CI fixes

This commit is contained in:
TocoToucan
2018-01-15 23:27:00 +03:00
parent 3c11978cfa
commit c3ca40dcff
2 changed files with 1 additions and 2 deletions

View File

@ -245,7 +245,7 @@ namespace osu.Game.Screens.Menu
if (IsLoaded)
runnableAction();
else
Schedule(() => runnableAction());
Schedule(runnableAction);
}
[BackgroundDependencyLoader]