Remove default from base ResultsScreen too

This commit is contained in:
Bartłomiej Dach
2020-11-21 14:38:38 +01:00
parent 99a95790c3
commit 875f986979
3 changed files with 3 additions and 3 deletions

View File

@ -256,7 +256,7 @@ namespace osu.Game.Tests.Visual.Ranking
public HotkeyRetryOverlay RetryOverlay;
public TestResultsScreen(ScoreInfo score)
: base(score)
: base(score, true)
{
}