mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 09:10:26 +08:00
@@ -327,6 +327,9 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private void select(CarouselItem item)
|
||||
{
|
||||
if (!AllowSelection)
|
||||
return;
|
||||
|
||||
if (item == null) return;
|
||||
|
||||
item.State.Value = CarouselItemState.Selected;
|
||||
|
||||
Reference in New Issue
Block a user