mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09:00
Fix VolumeControl and OnScreenDisplay being added to the wrong container
This commit is contained in:
parent
4751ea07c6
commit
542c6501a7
@ -185,8 +185,8 @@ namespace osu.Game
|
|||||||
},
|
},
|
||||||
}, overlayContent.Add);
|
}, overlayContent.Add);
|
||||||
|
|
||||||
loadComponentSingleFile(volume = new VolumeControl(), AddInternal);
|
loadComponentSingleFile(volume = new VolumeControl(), Add);
|
||||||
loadComponentSingleFile(new OnScreenDisplay(), AddInternal);
|
loadComponentSingleFile(new OnScreenDisplay(), Add);
|
||||||
|
|
||||||
//overlay elements
|
//overlay elements
|
||||||
loadComponentSingleFile(direct = new DirectOverlay { Depth = -1 }, mainContent.Add);
|
loadComponentSingleFile(direct = new DirectOverlay { Depth = -1 }, mainContent.Add);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user