Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix menu
  • Loading branch information
def- committed Sep 25, 2015
1 parent 522c413 commit 24f9736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/components/menus_settings.cpp
Expand Up @@ -392,7 +392,7 @@ void CMenus::RenderSettingsTee(CUIRect MainView)

Dummy.HSplitTop(20.0f, &DummyLabel, &Dummy);

if(DoButton_CheckBox(&g_Config.m_ClVanillaSkinsOnly, Localize("Vanilla Skins only"), !g_Config.m_ClVanillaSkinsOnly, &DummyLabel))
if(DoButton_CheckBox(&g_Config.m_ClVanillaSkinsOnly, Localize("Vanilla Skins only"), g_Config.m_ClVanillaSkinsOnly, &DummyLabel))
{
g_Config.m_ClVanillaSkinsOnly ^= 1;
m_NeedRestartSkins = true;
Expand Down

0 comments on commit 24f9736

Please sign in to comment.