1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Fix gap in fill colour

This commit is contained in:
Dean Herbert 2021-08-06 18:00:12 +09:00
parent d0ce0cf9f5
commit 7d670c6d35

View File

@ -93,15 +93,15 @@ namespace osu.Game.Beatmaps.Drawables
new CircularContainer
{
RelativeSizeAxes = Axes.Both,
Scale = new Vector2(0.84f),
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Masking = true,
EdgeEffect = new EdgeEffectParameters
{
Colour = Color4.Black.Opacity(0.08f),
Colour = Color4.Black.Opacity(0.06f),
Type = EdgeEffectType.Shadow,
Radius = 5,
Radius = 3,
},
Child = background = new Box
{