1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Fix background being coloured

This commit is contained in:
smoogipoo 2019-11-06 15:09:08 +09:00
parent 4ce3450cfc
commit 0b09fb293e

View File

@ -61,6 +61,8 @@ namespace osu.Game.Overlays.Settings
Height = Sidebar.DEFAULT_WIDTH;
RelativeSizeAxes = Axes.X;
BackgroundColour = Color4.Black;
AddRange(new Drawable[]
{
text = new Container