1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 11:22:55 +08:00

Merge branch 'master' into lounge-redesign

This commit is contained in:
smoogipoo 2021-08-06 16:51:01 +09:00
commit c4a4f2a77a

View File

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