mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Expose LegacyScoreDecoder.CalculateAccuracy()
This commit is contained in:
parent
0146987eba
commit
08f129b4c8
@ -124,7 +124,7 @@ namespace osu.Game.Scoring.Legacy
|
||||
return score;
|
||||
}
|
||||
|
||||
protected void CalculateAccuracy(ScoreInfo score)
|
||||
public static void CalculateAccuracy(ScoreInfo score)
|
||||
{
|
||||
int countMiss = score.GetCountMiss() ?? 0;
|
||||
int count50 = score.GetCount50() ?? 0;
|
||||
|
Loading…
Reference in New Issue
Block a user