From be55cadc95332fb65ec77cd20843c3a42f2d98aa Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 27 May 2025 00:33:25 +0900 Subject: [PATCH] Fix placeholder animation flickering to wrong position for one frame --- osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs b/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs index 5ca6dad2a2..8caa559550 100644 --- a/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs +++ b/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs @@ -83,6 +83,7 @@ namespace osu.Game.Screens.SelectV2 textFlow = new LinkFlowContainer { Alpha = 0, + AlwaysPresent = true, Anchor = Anchor.TopCentre, Origin = Anchor.TopCentre, Padding = new MarginPadding { Top = 20 },