1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Decrease precision of spacing setting

This commit is contained in:
Dean Herbert 2022-09-22 15:49:02 +09:00
parent 1ed4b9c11c
commit f0dcda9acc

View File

@ -32,7 +32,6 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
{
MinValue = 0,
MaxValue = 10,
Precision = 0.1f
};
[SettingSource("Judgement shape", "The shape of each displayed judgement")]