mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 23:40:44 +08:00
enable pixelSnapping for the ``BufferedContainer`` in BeatmapInfoWedgeV2.cs
This commit is contained in:
@@ -65,7 +65,7 @@ namespace osu.Game.Screens.Select
|
||||
CornerRadius = corner_radius;
|
||||
|
||||
// We want to buffer the wedge to avoid weird transparency overlaps between the colour bar and the background.
|
||||
Child = bufferedContent = new BufferedContainer
|
||||
Child = bufferedContent = new BufferedContainer(pixelSnapping: true)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
|
||||
Reference in New Issue
Block a user