Merge branch 'master' into lounge-redesign

This commit is contained in:
smoogipoo 2021-08-06 16:51:01 +09:00
commit c4a4f2a77a

View File

@ -89,8 +89,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
{
SelectionArea.CornerRadius = corner_radius;
SelectionArea.Masking = true;
// purposefully use hard non-AA'd masking to avoid edge artifacts.
SelectionArea.MaskingSmoothness = 0;
}
protected override Marker CreateMarker() => new OsuMarker();