mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 01:07:20 +08:00
Remove extra corner radius on DrawableRoom
This commit is contained in:
parent
f3bc9c3e45
commit
228ad98b39
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user