diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index 1e7b0dc0bc..fc5b607810 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -185,8 +185,8 @@ namespace osu.Game }, }, 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);