mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Better way to initialize team lists.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user