Move below everything rather than proxying (works better with new design)

This commit is contained in:
Dean Herbert
2021-08-13 16:20:53 +09:00
parent 6a95fa0278
commit db52549152

View File

@ -75,10 +75,9 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
OsuScrollContainer scrollContainer; OsuScrollContainer scrollContainer;
Container filterContainer;
InternalChildren = new[] InternalChildren = new[]
{ {
loadingLayer = new LoadingLayer(true),
new Container new Container
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
@ -159,8 +158,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
} }
}, },
}, },
loadingLayer = new LoadingLayer(true),
filterContainer.CreateProxy()
}; };
// scroll selected room into view on selection. // scroll selected room into view on selection.