mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Set accuracy
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user