mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Allow filtered difficulty icons to be clicked
This commit is contained in:
parent
ca9cfbe51d
commit
ce5d01ed19
@ -221,9 +221,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
if (!filtered.Value)
|
||||
Item.State.Value = CarouselItemState.Selected;
|
||||
|
||||
Item.State.Value = CarouselItemState.Selected;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user