1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 01:19:52 +08:00

Fix colour picker antialiasing

This commit is contained in:
Andrei Zavatski
2021-08-05 14:07:35 +03:00
Unverified
parent 53be31bcd1
commit e13a82ed63
@@ -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();