Rework GetScore() method signatures + implementations

Rename legacy-facing overload to mention as much
This commit is contained in:
Dan Balasescu
2022-03-08 12:57:59 +09:00
parent a8e99f1a95
commit f1c40bd9ed
13 changed files with 173 additions and 113 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Tests.Visual.Gameplay
AddUntilStep("wait for multiple judgements", () => ((FailPlayer)Player).ScoreProcessor.JudgedHits > 1);
AddAssert("total number of results == 1", () =>
{
var score = new ScoreInfo();
var score = new ScoreInfo { Ruleset = Ruleset.Value };
((FailPlayer)Player).ScoreProcessor.PopulateScore(score);