mirror of
https://github.com/ppy/osu
synced 2025-01-09 07:39:46 +00:00
Feed more info to the temporary score processor for more accurate total score
This commit is contained in:
parent
0d708efb73
commit
dd42c89260
@ -72,6 +72,8 @@ namespace osu.Game.Rulesets.Difficulty
|
||||
|
||||
// calculate total score
|
||||
ScoreProcessor scoreProcessor = score.Ruleset.CreateInstance().CreateScoreProcessor();
|
||||
scoreProcessor.HighestCombo.Value = perfectPlay.MaxCombo;
|
||||
scoreProcessor.Mods.Value = perfectPlay.Mods;
|
||||
perfectPlay.TotalScore = (long)scoreProcessor.GetImmediateScore(ScoringMode.Standardised, perfectPlay.MaxCombo, statistics);
|
||||
|
||||
// compute rank achieved
|
||||
|
Loading…
Reference in New Issue
Block a user