1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 04:07:44 +08:00

Remove extra corner radius on DrawableRoom

This commit is contained in:
smoogipoo 2021-08-18 15:27:23 +09:00
parent f3bc9c3e45
commit 228ad98b39

View File

@ -149,7 +149,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
Height = height;
Masking = true;
CornerRadius = corner_radius + SELECTION_BORDER_WIDTH / 2;
CornerRadius = corner_radius;
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow,