mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix ctor accessibility
This commit is contained in:
parent
de0b6ec9f1
commit
c07a33b24f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user