mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Fix unbind failure
This commit is contained in:
parent
c712b29b5b
commit
c2d371797e
@ -43,7 +43,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Layers
|
|||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
drawable.Selected -= onMaskSelected;
|
drawable.Selected -= onMaskSelected;
|
||||||
drawable.Deselected += onMaskDeselected;
|
drawable.Deselected -= onMaskDeselected;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user