Make TAB key loop through U.I elements

This commit is contained in:
SapphireAmoeba5 2022-05-13 13:23:14 -03:00 committed by randalthor17
parent 5bf1211a1f
commit 5db94ffc22
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ int main(int argc, char** argv)
if (active_input > 2)
{
active_input = PASSWORD_INPUT;
active_input = 0;
}
update = true;
break;