1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:58:21 +08:00

Fix ctor accessibility

This commit is contained in:
smoogipoo 2020-05-26 17:31:50 +09:00
parent de0b6ec9f1
commit c07a33b24f

View File

@ -43,7 +43,7 @@ namespace osu.Game.Screens.Ranking
private Drawable bottomPanel;
private ScorePanelList panels;
public ResultsScreen(ScoreInfo score, bool allowRetry = true)
protected ResultsScreen(ScoreInfo score, bool allowRetry = true)
{
Score = score;
this.allowRetry = allowRetry;