mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Update usages of Drawable.Click()
This commit is contained in:
@ -262,7 +262,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
switch (action)
|
||||
{
|
||||
case GlobalAction.Select:
|
||||
Click();
|
||||
TriggerClick();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user