mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Set correct colour for authed colour reset button
This commit is contained in:
parent
bcc92fa0fb
commit
09e222c39f
|
@ -2978,7 +2978,7 @@ void CMenus::RenderSettingsAppearance(CUIRect MainView)
|
|||
}
|
||||
|
||||
Section.HSplitTop(LineSize, &Button, &Section);
|
||||
ColorRGBA GreenDefault(0.7f, 1.0f, 0.7f, 1);
|
||||
ColorRGBA GreenDefault(0.78f, 1.0f, 0.8f, 1.0f);
|
||||
static CButtonContainer s_AuthedColor;
|
||||
DoLine_ColorPicker(&s_AuthedColor, 25.0f, 13.0f, 5.0f, &Button, Localize("Authed name color in scoreboard"), &g_Config.m_ClAuthedPlayerColor, GreenDefault, false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue