mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Make addition of nested GlobalActionContainer in OsuGameTestScene optional
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user