1
0
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:
Dean Herbert 2020-03-12 17:55:31 +09:00
parent ca9cfbe51d
commit ce5d01ed19

View File

@ -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;
}
}