1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Set HeaderTabControl's default AccentColour to non-transparent

Avoids items disappearing if no accent colour is set.
This commit is contained in:
Dean Herbert 2019-05-21 12:45:20 +09:00
parent 808b45ac64
commit aca0fc80a8

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Profile.Header
{
private readonly Box bar;
private Color4 accentColour;
private Color4 accentColour = Color4.White;
public Color4 AccentColour
{