1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 15:12:57 +08:00

Remove MaskingSmoothness to avoid making sheered container blurry

This commit is contained in:
Dean Herbert 2021-08-09 16:28:43 +09:00
parent 0b76460043
commit f4739d0118

View File

@ -39,7 +39,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
{
RelativeSizeAxes = Axes.Both,
Masking = true,
MaskingSmoothness = 2,
CornerRadius = 10,
Shear = new Vector2(0.2f, 0),
Child = new Box