mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Decrease precision of spacing setting
This commit is contained in:
@ -32,7 +32,6 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
{
|
{
|
||||||
MinValue = 0,
|
MinValue = 0,
|
||||||
MaxValue = 10,
|
MaxValue = 10,
|
||||||
Precision = 0.1f
|
|
||||||
};
|
};
|
||||||
|
|
||||||
[SettingSource("Judgement shape", "The shape of each displayed judgement")]
|
[SettingSource("Judgement shape", "The shape of each displayed judgement")]
|
||||||
|
Reference in New Issue
Block a user