mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Update code to support new inspectcode analysis rules
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Screens.Menu
|
||||
OnEdit = delegate { Push(new Editor()); },
|
||||
OnSolo = delegate { Push(consumeSongSelect()); },
|
||||
OnMulti = delegate { Push(new Lobby()); },
|
||||
OnExit = delegate { Exit(); },
|
||||
OnExit = Exit,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user