mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove buggy switch to touch controls in touch input menu
This commit is contained in:
parent
757e20ae24
commit
9f9c813835
1 changed files with 0 additions and 3 deletions
|
@ -855,9 +855,6 @@ static void menurender(void)
|
|||
font::print_wrap(PR_CEN, -1, 65, loc::gettext("Change the control style for touch input."), tr, tg, tb);
|
||||
break;
|
||||
case 1:
|
||||
// Display touch buttons!
|
||||
key.using_touch = true;
|
||||
|
||||
font::print(PR_2X | PR_CEN, -1, 30, loc::gettext("UI Scale"), tr, tg, tb);
|
||||
font::print_wrap(PR_CEN, -1, 65, loc::gettext("Change the scale of the UI buttons."), tr, tg, tb);
|
||||
|
||||
|
|
Loading…
Reference in a new issue