mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
Render musicController above toolbar.
This commit is contained in:
parent
0b8c307549
commit
2af839cdbd
@ -121,8 +121,8 @@ namespace osu.Game
|
||||
|
||||
//overlay elements
|
||||
(chat = new ChatConsole(API) { Depth = 0 }).Preload(this, overlayContent.Add);
|
||||
(musicController = new MusicController()).Preload(this, overlayContent.Add);
|
||||
(Options = new OptionsOverlay { Depth = 1 }).Preload(this, overlayContent.Add);
|
||||
(musicController = new MusicController() { Depth = 3 }).Preload(this, overlayContent.Add);
|
||||
(Toolbar = new Toolbar
|
||||
{
|
||||
Depth = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user