mirror of
https://github.com/ppy/osu
synced 2025-02-09 14:47:33 +00:00
style: use 64 radius
This commit is contained in:
parent
ddee6400df
commit
3a240aaa5f
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user