1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Apply FollowPoint alpha to inner container (should not affect legacy skins)

This commit is contained in:
Dean Herbert 2018-07-31 15:59:06 +09:00
parent 043d159d8a
commit 132241424d

View File

@ -38,11 +38,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
Blending = BlendingMode.Additive,
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Alpha = 0.5f,
}
}, restrictSize: false)
{
Alpha = 0.5f,
};
}, restrictSize: false);
}
}
}