1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Expose LegacyScoreDecoder.CalculateAccuracy()

This commit is contained in:
Dan Balasescu 2021-11-17 20:09:30 +09:00
parent 0146987eba
commit 08f129b4c8

View File

@ -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;