1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 21:40:58 +08:00

Add async workflow.

This commit is contained in:
Dean Herbert
2016-11-01 23:24:14 +09:00
Unverified
parent b292387c6a
commit b86f308af6
48 changed files with 224 additions and 118 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ namespace osu.Game.GameModes.Menu
RelativeSizeAxes = Axes.Both;
}
public override void Load(BaseGame game)
protected override void Load(BaseGame game)
{
base.Load(game);