mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 03:45:09 +08:00
Remove unnecessary capture
This commit is contained in:
@@ -36,8 +36,8 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
protected DrawableCarouselItem(CarouselItem item)
|
||||
{
|
||||
Item = item;
|
||||
Item.Filtered.ValueChanged += v => Schedule(ApplyState);
|
||||
Item.State.ValueChanged += v => Schedule(ApplyState);
|
||||
Item.Filtered.ValueChanged += _ => Schedule(ApplyState);
|
||||
Item.State.ValueChanged += _ => Schedule(ApplyState);
|
||||
|
||||
Height = MAX_HEIGHT;
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
||||
Reference in New Issue
Block a user