mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 07:09:11 +08:00
Fix potential nullref
This commit is contained in:
@@ -141,7 +141,7 @@ namespace osu.Game.Screens.Menu
|
||||
switch (args.Key)
|
||||
{
|
||||
case Key.Space:
|
||||
logo.TriggerOnClick(state);
|
||||
logo?.TriggerOnClick(state);
|
||||
return true;
|
||||
case Key.Escape:
|
||||
switch (State)
|
||||
|
||||
Reference in New Issue
Block a user