Show hit error on results screen

Leading up to implementation of "local offset", this feels like a good
thing to have visible first and foremost.
This commit is contained in:
Dean Herbert
2022-02-28 19:11:06 +09:00
parent 97de36d849
commit a41e1c80f1
5 changed files with 33 additions and 0 deletions

View File

@ -314,6 +314,7 @@ namespace osu.Game.Rulesets.Osu
{
new StatisticItem(string.Empty, () => new SimpleStatisticTable(3, new SimpleStatisticItem[]
{
new AverageHitError(timedHitEvents),
new UnstableRate(timedHitEvents)
}), true)
}