Make addition of nested GlobalActionContainer in OsuGameTestScene optional

This commit is contained in:
Dean Herbert
2021-04-06 15:05:34 +09:00
parent e486e521ff
commit 53c1bc666c
2 changed files with 18 additions and 3 deletions

View File

@ -36,6 +36,8 @@ namespace osu.Game.Tests.Visual.Navigation
protected override bool UseFreshStoragePerRun => true;
protected override bool CreateNestedActionContainer => false;
[BackgroundDependencyLoader]
private void load(GameHost host)
{