mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Set accuracy
This commit is contained in:
parent
dc9b47559a
commit
89cb38386c
@ -249,6 +249,8 @@ namespace osu.Game.Rulesets.Scoring
|
||||
TotalScore.Value = (comboScore + bonusScore) * Math.Log(HighestCombo + 1, 2);
|
||||
break;
|
||||
}
|
||||
|
||||
Accuracy.Value = (double)Hits / MaxHits;
|
||||
}
|
||||
|
||||
protected override void Reset(bool storeResults)
|
||||
|
Loading…
Reference in New Issue
Block a user