mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Adapt signature change of event handlers
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Screens.Select.Options
|
||||
{
|
||||
if (!e.Repeat && e.Key == HotKey)
|
||||
{
|
||||
OnClick(state);
|
||||
Click();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user