Replaced 0 with SESSION_SWITCH

pull/354/head
SapphireAmoeba5 2 years ago
parent ac2b255021
commit ffa8fbe77b

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

Loading…
Cancel
Save