mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
parent
6058f994e1
commit
37010f97d7
@ -327,6 +327,9 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
private void select(CarouselItem item)
|
private void select(CarouselItem item)
|
||||||
{
|
{
|
||||||
|
if (!AllowSelection)
|
||||||
|
return;
|
||||||
|
|
||||||
if (item == null) return;
|
if (item == null) return;
|
||||||
|
|
||||||
item.State.Value = CarouselItemState.Selected;
|
item.State.Value = CarouselItemState.Selected;
|
||||||
|
Loading…
Reference in New Issue
Block a user