mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
Temporary hack to make replay player populate scores
This commit is contained in:
parent
076eac2362
commit
9442fc00ac
@ -27,11 +27,14 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected override void GotoRanking()
|
||||
{
|
||||
this.Push(CreateResults(DrawableRuleset.ReplayScore.ScoreInfo));
|
||||
this.Push(CreateResults(CreateScore()));
|
||||
}
|
||||
|
||||
protected override ResultsScreen CreateResults(ScoreInfo score) => new SoloResultsScreen(score, false);
|
||||
|
||||
protected override ScoreInfo CreateScore() => score.ScoreInfo;
|
||||
// protected override ScoreInfo CreateScore()
|
||||
// {
|
||||
// return score.ScoreInfo;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user