Merge branch 'master' into bugfix-nofail-scoreprocessor

This commit is contained in:
Dean Herbert 2017-10-24 15:48:42 +09:00 committed by GitHub
commit 4eef9c0067
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ protected override void LoadComplete()
},
}, overlayContent.Add);
loadComponentSingleFile(volume = new VolumeControl(), AddInternal);
loadComponentSingleFile(new OnScreenDisplay(), AddInternal);
loadComponentSingleFile(volume = new VolumeControl(), Add);
loadComponentSingleFile(new OnScreenDisplay(), Add);
//overlay elements
loadComponentSingleFile(direct = new DirectOverlay { Depth = -1 }, mainContent.Add);