From f1800ef3307512f26db91271d628c7ea185dc100 Mon Sep 17 00:00:00 2001 From: cdwcgt Date: Sat, 28 Dec 2024 00:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E6=B1=A0=E4=BF=9D?= =?UTF-8?q?=E5=9B=BE=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osu.Game.Tournament/Screens/MapPool/MapPoolScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Tournament/Screens/MapPool/MapPoolScreen.cs b/osu.Game.Tournament/Screens/MapPool/MapPoolScreen.cs index 5dfe81c6258b..31ca289fdaff 100644 --- a/osu.Game.Tournament/Screens/MapPool/MapPoolScreen.cs +++ b/osu.Game.Tournament/Screens/MapPool/MapPoolScreen.cs @@ -328,7 +328,7 @@ private void updateDisplay() flowCount = 1; } - currentFlow.Add(new TournamentBeatmapPanel(b.Beatmap, b.Mods) + currentFlow.Add(new TournamentBeatmapPanel(b.Beatmap, b.Mods, true) { Anchor = Anchor.TopCentre, Origin = Anchor.TopCentre,