mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Use Click instead of now removed TriggerOnClick
This commit is contained in:
@ -141,7 +141,7 @@ namespace osu.Game.Screens.Play
|
||||
switch (action)
|
||||
{
|
||||
case GlobalAction.SkipCutscene:
|
||||
button.TriggerOnClick();
|
||||
button.Click();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user