mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Revert "Match stable's slider border thickness more closely"
This reverts commit 3502ec456d
.
This commit is contained in:
parent
8363c39da8
commit
e01722a266
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
protected new float CalculatedBorderPortion
|
||||
// Roughly matches osu!stable's slider border portions.
|
||||
=> base.CalculatedBorderPortion * 0.84f;
|
||||
=> base.CalculatedBorderPortion * 0.77f;
|
||||
|
||||
protected override Color4 ColourAt(float position)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user