mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Apply suggestions
This commit is contained in:
parent
0292cea2c4
commit
6715b25ddd
@ -118,14 +118,14 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
Selected.Value = !Selected.Value;
|
||||
return base.OnClick(e);
|
||||
Selected.Toggle();
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
{
|
||||
updateState();
|
||||
return base.OnHover(e);
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user