Remove default allowRetry parameter value from ResultsScreen

This commit is contained in:
Dean Herbert
2020-11-20 14:35:44 +09:00
parent 229aed1d46
commit 2db42f8e67
8 changed files with 8 additions and 8 deletions

View File

@ -326,7 +326,7 @@ namespace osu.Game.Tests.Visual.Ranking
public HotkeyRetryOverlay RetryOverlay;
public UnrankedSoloResultsScreen(ScoreInfo score)
: base(score)
: base(score, false)
{
Score.Beatmap.OnlineBeatmapID = 0;
Score.Beatmap.Status = BeatmapSetOnlineStatus.Pending;