mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 05:32:55 +08:00
Remove accuracy rounding at a ScoreProcessor level
This commit is contained in:
parent
544117a494
commit
701342e036
@ -337,7 +337,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
score.TotalScore = (long)Math.Round(GetStandardisedScore());
|
||||
score.Combo = Combo.Value;
|
||||
score.MaxCombo = HighestCombo.Value;
|
||||
score.Accuracy = Math.Round(Accuracy.Value, 4);
|
||||
score.Accuracy = Accuracy.Value;
|
||||
score.Rank = Rank.Value;
|
||||
score.Date = DateTimeOffset.Now;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user