From f712afb50fdb69290001a17da21f8b66aa28284e Mon Sep 17 00:00:00 2001 From: Salman Ahmed Date: Sat, 11 May 2024 09:01:57 +0300 Subject: [PATCH] Remove outdated todo --- osu.Game/Screens/SelectV2/Footer/FooterV2.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Screens/SelectV2/Footer/FooterV2.cs b/osu.Game/Screens/SelectV2/Footer/FooterV2.cs index 2056b5469d75..86762f22a41d 100644 --- a/osu.Game/Screens/SelectV2/Footer/FooterV2.cs +++ b/osu.Game/Screens/SelectV2/Footer/FooterV2.cs @@ -83,7 +83,6 @@ private void load(OverlayColourProvider colourProvider) Spacing = new Vector2(-FooterButtonV2.SHEAR_WIDTH + 7, 0), AutoSizeAxes = Axes.Both }, - // todo: figure out what's going on with the button not appearing from below on initial transition. osuLogoButton = new OsuLogoButton(0) { Anchor = Anchor.BottomRight,