style: use 64 radius

This commit is contained in:
tsrk 2023-03-06 10:27:59 +00:00
parent ddee6400df
commit 3a240aaa5f
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -19,7 +19,7 @@ namespace osu.Game.Screens.Play.HUD
public new BindableFloat CornerRadius { get; set; } = new BindableFloat
{
MinValue = 0,
MaxValue = 63,
MaxValue = 64,
Precision = 0.01f
};