mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
Apply FollowPoint alpha to inner container (should not affect legacy skins)
This commit is contained in:
parent
043d159d8a
commit
132241424d
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user