Skip to content

Commit

Permalink
修复图池保图不显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwcgt committed Jan 2, 2025
1 parent bf1204e commit f1800ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Tournament/Screens/MapPool/MapPoolScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f1800ef

Please sign in to comment.