Clean up implementation

This commit is contained in:
Dean Herbert
2021-04-05 22:30:51 +09:00
parent 38e95a0e73
commit beebdb0734
5 changed files with 16 additions and 15 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tests.Visual.Gameplay
[BackgroundDependencyLoader]
private void load(OsuGameBase game)
{
Child = globalActionContainer = new GlobalActionContainer(game);
Child = globalActionContainer = new GlobalActionContainer(game, null);
}
[SetUp]