1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:05:29 +08:00
This commit is contained in:
Santeri Nogelainen 2019-03-16 12:47:37 +02:00
parent cbb7498a42
commit b624ecabde

View File

@ -108,8 +108,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
private class SliderPath : SmoothPath
{
private const float border_max_size = 10f;
private const float border_min_size = 0f; // = no border
private const float border_max_size = 8f;
private const float border_min_size = 0f;
private const float border_portion = 0.128f;
private const float gradient_portion = 1 - border_portion;