Merge pull request #14133 from EVAST9919/svs-fix

Fix colour picker antialiasing
This commit is contained in:
Dan Balasescu 2021-08-05 20:34:03 +09:00 committed by GitHub
commit acbdae3c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();