mirror of
https://github.com/ppy/osu
synced 2025-03-23 11:27:24 +00:00
Don't show UR for now
This commit is contained in:
parent
5b3b9a2cd3
commit
af353c37c0
@ -120,7 +120,10 @@ namespace osu.Game.Screens.Utility
|
|||||||
private void hit(HitEvent h)
|
private void hit(HitEvent h)
|
||||||
{
|
{
|
||||||
hitEvents.Add(h);
|
hitEvents.Add(h);
|
||||||
unstableRate.Text = $"UR: {hitEvents.CalculateUnstableRate():N0}";
|
|
||||||
|
// Disabled to keep things simple based on internal feedback nothing it's not helpful.
|
||||||
|
// Can be reconsidered in the future.
|
||||||
|
// unstableRate.Text = $"UR: {hitEvents.CalculateUnstableRate():N0}";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SampleHitCircle : LatencySampleComponent
|
public class SampleHitCircle : LatencySampleComponent
|
||||||
|
Loading…
Reference in New Issue
Block a user