1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 18:32:56 +08:00

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;
Container filterContainer;
InternalChildren = new[]
{
loadingLayer = new LoadingLayer(true),
new Container
{
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.