diff --git a/osu.Game/Screens/Select/BeatmapCarousel.cs b/osu.Game/Screens/Select/BeatmapCarousel.cs index 8b4de447e5..734d9bbde7 100644 --- a/osu.Game/Screens/Select/BeatmapCarousel.cs +++ b/osu.Game/Screens/Select/BeatmapCarousel.cs @@ -158,7 +158,6 @@ namespace osu.Game.Screens.Select private readonly DrawablePool setPool = new DrawablePool(100); public BeatmapCarousel() - { root = new CarouselRoot(this); InternalChild = new OsuContextMenuContainer