Better way to initialize team lists.

This commit is contained in:
smoogipooo
2017-03-03 18:47:56 +09:00
parent 890066dae4
commit 5a4d07d770
6 changed files with 177 additions and 68 deletions

View File

@ -105,7 +105,7 @@ namespace osu.Game.Screens.Menu
{
if (!args.Repeat && state.Keyboard.ControlPressed && state.Keyboard.ShiftPressed && args.Key == Key.D)
{
Push(new Drawings());
Push(new Drawings(new FileTeamList(Game.Host.Storage)));
return true;
}