mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 01:02:11 +08:00
Fix border layer not working
This commit is contained in:
@@ -61,11 +61,8 @@ namespace osu.Game.Rulesets.Edit
|
||||
return;
|
||||
}
|
||||
|
||||
var layerBelowRuleset = new BorderLayer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = CreateLayerContainer()
|
||||
};
|
||||
var layerBelowRuleset = CreateLayerContainer();
|
||||
layerBelowRuleset.Child = new BorderLayer { RelativeSizeAxes = Axes.Both };
|
||||
|
||||
var layerAboveRuleset = CreateLayerContainer();
|
||||
layerAboveRuleset.Children = new Drawable[]
|
||||
|
||||
Reference in New Issue
Block a user