mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Fix colour picker antialiasing
This commit is contained in:
parent
53be31bcd1
commit
e13a82ed63
@ -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…
x
Reference in New Issue
Block a user