mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
revert
This commit is contained in:
parent
f8466fde7d
commit
7d6ad9fca5
|
@ -2227,8 +2227,8 @@ void CMenus::RenderSettingsDDNet(CUIRect MainView)
|
|||
UI()->DoLabelScaled(&Label, paLabels[s], 15.0f, -1);
|
||||
}
|
||||
}
|
||||
g_Config.m_ClBackgroundColor = Bg.Pack(false);
|
||||
g_Config.m_ClBackgroundEntitiesColor = BgE.Pack(false);
|
||||
g_Config.m_ClBackgroundColor = Bg.Pack();
|
||||
g_Config.m_ClBackgroundEntitiesColor = BgE.Pack();
|
||||
|
||||
{
|
||||
static float s_Map = 0.0f;
|
||||
|
|
Loading…
Reference in a new issue