1
0
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:
Salman Ahmed 2024-02-27 01:30:20 +03:00
parent 8363c39da8
commit e01722a266

View File

@ -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)
{