mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Don't show UR for now
This commit is contained in:
@ -120,7 +120,10 @@ namespace osu.Game.Screens.Utility
|
||||
private void hit(HitEvent 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
|
||||
|
Reference in New Issue
Block a user