mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
Fix background being coloured
This commit is contained in:
parent
4ce3450cfc
commit
0b09fb293e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user