We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1591d49 + 0a3665c commit 85ab0d6Copy full SHA for 85ab0d6
osu.Game/Screens/OnlinePlay/Matchmaking/Match/StageDisplay.cs
@@ -107,7 +107,7 @@ private void load(OverlayColourProvider colourProvider)
107
flow.Add(new StageSegment(i, MatchmakingStage.ResultsDisplaying, "Results"));
108
}
109
110
- flow.Add(new StageSegment(null, MatchmakingStage.Ended, "Match End"));
+ flow.Add(new StageSegment(round_count, MatchmakingStage.Ended, "Match End"));
111
112
113
protected override void Update()
0 commit comments