CMake buildfix, typo fix

This commit is contained in:
Henrik Rydgård 2013-03-30 16:58:55 +01:00
parent 4bca64f5cf
commit 6248db3c56
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ TouchStick leftStick(&ui_atlas, I_STICKBG, I_STICK, 0);
void LayoutGamepad(int w, int h)
{
float controlScale = true||g_Config.bLargeControls ? 1.6 : 1.15;
float controlScale = g_Config.bLargeControls ? 1.6 : 1.15;
const int button_spacing = 50 * controlScale;
const int arrow_spacing = 40 * controlScale;