Rename "Hidden" to "Collapsed"

This commit is contained in:
Dean Herbert
2017-12-16 23:56:14 +09:00
parent da0940ae0b
commit 29a8ade59f
3 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Screens.Select.Carousel
public CarouselBeatmap(BeatmapInfo beatmap)
{
Beatmap = beatmap;
State.Value = CarouselItemState.Hidden;
State.Value = CarouselItemState.Collapsed;
}
protected override DrawableCarouselItem CreateDrawableRepresentation() => new DrawableCarouselBeatmap(this);