1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08:00

Fix placeholder animation flickering to wrong position for one frame

This commit is contained in:
Dean Herbert
2025-05-27 00:33:25 +09:00
Unverified
parent 7cc89dfd4e
commit be55cadc95
@@ -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 },