mirror of
https://github.com/ppy/osu
synced 2025-01-11 00:29:30 +00:00
Fix test crashing because of sceneManager not being nullable
This commit is contained in:
parent
7a839c1486
commit
a0a54efd4e
@ -86,7 +86,7 @@ namespace osu.Game.Tournament.Screens
|
||||
{
|
||||
Schedule(reload);
|
||||
});
|
||||
sceneManager.SetScreen(new StablePathSelectScreen());
|
||||
sceneManager?.SetScreen(new StablePathSelectScreen());
|
||||
},
|
||||
Value = fileBasedIpc?.IPCStorage?.GetFullPath(string.Empty) ?? "Not found",
|
||||
Failing = fileBasedIpc?.IPCStorage == null,
|
||||
|
Loading…
Reference in New Issue
Block a user