Skip to content

Commit

Permalink
修复图池保图不显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwcgt committed Dec 28, 2024
1 parent 589630c commit d3f97d2
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 d3f97d2

Please sign in to comment.