Skip to content

Commit

Permalink
Replaced 0 with SESSION_SWITCH
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphireAmoeba5 committed May 13, 2022
1 parent ac2b255 commit ffa8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ int main(int argc, char** argv)

if (active_input > 2)
{
active_input = 0;
active_input = SESSION_SWITCH;
}
update = true;
break;
Expand Down

0 comments on commit ffa8fbe

Please sign in to comment.