mirror of https://github.com/fairyglade/ly.git
Replaced 0 with SESSION_SWITCH
This commit is contained in:
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…
Reference in New Issue