mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 03:02:53 +08:00
Remove MaskingSmoothness
to avoid making sheered container blurry
This commit is contained in:
parent
0b76460043
commit
f4739d0118
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user