mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 15:23:14 +08:00
Remove superfluous container
This commit is contained in:
parent
d055d16ba7
commit
92c40c9ced
@ -11,7 +11,6 @@ using osu.Framework.Configuration;
|
||||
using osu.Framework.Extensions.Color4Extensions;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Colour;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Input.Handlers.Mouse;
|
||||
using osu.Framework.Logging;
|
||||
using osu.Framework.Platform;
|
||||
@ -101,7 +100,7 @@ namespace osu.Game.Tournament
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = new TournamentSceneManager()
|
||||
},
|
||||
new Container { RelativeSizeAxes = Axes.Both, Child = dialogOverlay }
|
||||
dialogOverlay
|
||||
}, drawables =>
|
||||
{
|
||||
loadingSpinner.Hide();
|
||||
|
Loading…
Reference in New Issue
Block a user