mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Merge pull request #7614 from iiSaLMaN/fix-nre
Fix NullReferenceException on main menu for mobile game hosts
This commit is contained in:
@ -116,7 +116,7 @@ namespace osu.Game.Screens.Menu
|
||||
Origin = Anchor.TopRight,
|
||||
Margin = new MarginPadding { Right = 15, Top = 5 }
|
||||
},
|
||||
exitConfirmOverlay.CreateProxy()
|
||||
exitConfirmOverlay?.CreateProxy() ?? Drawable.Empty()
|
||||
});
|
||||
|
||||
buttons.StateChanged += state =>
|
||||
|
Reference in New Issue
Block a user