mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:57:52 +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;
|
return score;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void CalculateAccuracy(ScoreInfo score)
|
public static void CalculateAccuracy(ScoreInfo score)
|
||||||
{
|
{
|
||||||
int countMiss = score.GetCountMiss() ?? 0;
|
int countMiss = score.GetCountMiss() ?? 0;
|
||||||
int count50 = score.GetCount50() ?? 0;
|
int count50 = score.GetCount50() ?? 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user