mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Update with framework bindable changes
This commit is contained in:
@ -313,7 +313,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
if (!Enabled)
|
||||
if (!Enabled.Value)
|
||||
return false;
|
||||
|
||||
sampleConfirm.Play();
|
||||
|
Reference in New Issue
Block a user