Skip to content

Commit 85ab0d6

Browse files
authored
Merge pull request #35397 from smoogipoo/qp-match-ended-counter
Fix round counter showing on match end
2 parents 1591d49 + 0a3665c commit 85ab0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Game/Screens/OnlinePlay/Matchmaking/Match/StageDisplay.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private void load(OverlayColourProvider colourProvider)
107107
flow.Add(new StageSegment(i, MatchmakingStage.ResultsDisplaying, "Results"));
108108
}
109109

110-
flow.Add(new StageSegment(null, MatchmakingStage.Ended, "Match End"));
110+
flow.Add(new StageSegment(round_count, MatchmakingStage.Ended, "Match End"));
111111
}
112112

113113
protected override void Update()

0 commit comments

Comments
 (0)