diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index 592f9143e9..ede86db1db 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -104,7 +104,7 @@ namespace osu.Game (options = new OptionsOverlay { Depth = -1 }).Preload(this, overlayContent.Add); (musicController = new MusicController() { - Depth = -3, + Depth = -2, Position = new Vector2(0, Toolbar.HEIGHT), Anchor = Anchor.TopRight, Origin = Anchor.TopRight, @@ -115,7 +115,7 @@ namespace osu.Game (Toolbar = new Toolbar { - Depth = -2, + Depth = -3, OnHome = delegate { mainMenu?.MakeCurrent(); }, OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; }, }).Preload(this, t =>