1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 12:02:58 +08:00

Convert to method group

This commit is contained in:
Andrei Zavatski
2019-08-12 10:38:34 +03:00
Unverified
parent cb910a6518
commit 982066dfdf
@@ -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);
}