Give EditorScreen a Beatmap

This commit is contained in:
smoogipoo
2017-10-04 15:02:11 +09:00
parent 7211dd2015
commit cf44868bcd
2 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,7 @@ namespace osu.Game.Screens.Edit
break;
}
currentScreen.Beatmap.BindTo(Beatmap);
screenContainer.Add(currentScreen);
}