mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Convert to method group
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
request.Success += beatmap =>
|
||||
{
|
||||
panel = new DirectGridPanel(beatmap.ToBeatmapSet(rulesets));
|
||||
LoadComponentAsync(panel, p => { AddInternal(p); });
|
||||
LoadComponentAsync(panel, AddInternal);
|
||||
};
|
||||
api.Queue(request);
|
||||
}
|
||||
|
Reference in New Issue
Block a user