mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update async load usage to new style.
This commit is contained in:
@ -88,9 +88,9 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuGame game, OsuColour colours)
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
(intro = new Intro()).LoadAsync(game);
|
||||
LoadComponentAsync(intro = new Intro());
|
||||
|
||||
iconColour = colours.Yellow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user