mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Remove extra corner radius on DrawableRoom
This commit is contained in:
@ -149,7 +149,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
Height = height;
|
Height = height;
|
||||||
|
|
||||||
Masking = true;
|
Masking = true;
|
||||||
CornerRadius = corner_radius + SELECTION_BORDER_WIDTH / 2;
|
CornerRadius = corner_radius;
|
||||||
EdgeEffect = new EdgeEffectParameters
|
EdgeEffect = new EdgeEffectParameters
|
||||||
{
|
{
|
||||||
Type = EdgeEffectType.Shadow,
|
Type = EdgeEffectType.Shadow,
|
||||||
|
Reference in New Issue
Block a user