Skip to content

Commit

Permalink
Fix settings positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Aug 27, 2015
1 parent d2ac9e5 commit ecfa185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/client/components/menus_settings.cpp
Expand Up @@ -211,6 +211,7 @@ void CMenus::RenderSettingsGeneral(CUIRect MainView)
g_Config.m_ClCpuThrottle= static_cast<int>(DoScrollbarH(&g_Config.m_ClCpuThrottle, &Button, g_Config.m_ClCpuThrottle/100.0f)*100.0f+0.1f);

#if defined(CONF_FAMILY_WINDOWS)
Left.HSplitTop(20.0f, 0, &Left);
Left.HSplitTop(20.0f, &Button, &Left);
if(DoButton_CheckBox(&g_Config.m_ClShowConsole, Localize("Show console window"), g_Config.m_ClShowConsole, &Button))
g_Config.m_ClShowConsole ^= 1;
Expand Down

0 comments on commit ecfa185

Please sign in to comment.