mirror of
https://github.com/ppy/osu
synced 2025-01-26 15:53:12 +00:00
Remove ugly playfield border
This commit is contained in:
parent
533574e3d0
commit
bb086800b1
@ -59,11 +59,6 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
{
|
||||
LayerBelowRuleset.AddRange(new Drawable[]
|
||||
{
|
||||
new PlayfieldBorder
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
PlayfieldBorderStyle = { Value = PlayfieldBorderStyle.Corners }
|
||||
},
|
||||
distanceSnapGridContainer = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
|
Loading…
Reference in New Issue
Block a user