Merge branch 'i-beatmap' into beatmap-conversion-rework

This commit is contained in:
smoogipoo
2018-05-07 10:00:24 +09:00
96 changed files with 1002 additions and 428 deletions

View File

@ -178,7 +178,7 @@ namespace osu.Game.Screens.Edit
}
currentScreen.Beatmap.BindTo(Beatmap);
screenContainer.Add(currentScreen);
LoadComponentAsync(currentScreen, screenContainer.Add);
}
protected override bool OnWheel(InputState state)