1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08:00

Render musicController above toolbar.

This commit is contained in:
Dean Herbert
2016-11-15 20:43:22 +09:00
Unverified
parent 0b8c307549
commit 2af839cdbd
+1 -1
View File
@@ -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,