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:
parent
6a95fa0278
commit
db52549152
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user