mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +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 Drawable bottomPanel;
|
||||||
private ScorePanelList panels;
|
private ScorePanelList panels;
|
||||||
|
|
||||||
public ResultsScreen(ScoreInfo score, bool allowRetry = true)
|
protected ResultsScreen(ScoreInfo score, bool allowRetry = true)
|
||||||
{
|
{
|
||||||
Score = score;
|
Score = score;
|
||||||
this.allowRetry = allowRetry;
|
this.allowRetry = allowRetry;
|
||||||
|
Loading…
Reference in New Issue
Block a user