Render musicController above toolbar.

This commit is contained in:
Dean Herbert 2016-11-15 20:43:22 +09:00
parent 0b8c307549
commit 2af839cdbd
1 changed files with 1 additions and 1 deletions

View File

@ -121,8 +121,8 @@ protected override void LoadComplete()
//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,