mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unnecessary fade (already applied by base DrawableCarouselItem)
This commit is contained in:
@ -103,10 +103,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
if (beatmapContainer != null)
|
||||
{
|
||||
foreach (var beatmap in beatmapContainer)
|
||||
{
|
||||
beatmap.MoveToY(0, 800, Easing.OutQuint);
|
||||
beatmap.FadeOut(80);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user