mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 18:32:56 +08: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.CornerRadius = corner_radius;
|
||||||
SelectionArea.Masking = true;
|
SelectionArea.Masking = true;
|
||||||
// purposefully use hard non-AA'd masking to avoid edge artifacts.
|
|
||||||
SelectionArea.MaskingSmoothness = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override Marker CreateMarker() => new OsuMarker();
|
protected override Marker CreateMarker() => new OsuMarker();
|
||||||
|
Loading…
Reference in New Issue
Block a user