mirror of https://github.com/fairyglade/ly.git
Replaced 0 with SESSION_SWITCH
This commit is contained in:
parent
5db94ffc22
commit
8a037f026a
|
@ -259,7 +259,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