mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Fix crash from editor screen test scene when trying to view seeding editor
This commit is contained in:
@ -154,7 +154,7 @@ namespace osu.Game.Tournament.Screens.Editors
|
|||||||
Text = "Edit seeding results",
|
Text = "Edit seeding results",
|
||||||
Action = () =>
|
Action = () =>
|
||||||
{
|
{
|
||||||
sceneManager.SetScreen(new SeedingEditorScreen(team));
|
sceneManager?.SetScreen(new SeedingEditorScreen(team));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user