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:
commit
c4a4f2a77a
@ -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