mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Update usages of Drawable.Click()
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Add(receptor = new Receptor());
|
||||
}
|
||||
|
||||
receptor.OnBackPressed = () => button.Click();
|
||||
receptor.OnBackPressed = () => button.TriggerClick();
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user