mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
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:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user