mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Merge pull request #14133 from EVAST9919/svs-fix
Fix colour picker antialiasing
This commit is contained in:
commit
acbdae3c4c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user