Remove ugly playfield border

This commit is contained in:
Dean Herbert 2022-05-04 13:41:30 +09:00
parent 533574e3d0
commit bb086800b1

View File

@ -59,11 +59,6 @@ namespace osu.Game.Rulesets.Osu.Edit
{ {
LayerBelowRuleset.AddRange(new Drawable[] LayerBelowRuleset.AddRange(new Drawable[]
{ {
new PlayfieldBorder
{
RelativeSizeAxes = Axes.Both,
PlayfieldBorderStyle = { Value = PlayfieldBorderStyle.Corners }
},
distanceSnapGridContainer = new Container distanceSnapGridContainer = new Container
{ {
RelativeSizeAxes = Axes.Both RelativeSizeAxes = Axes.Both