add missin break that was causing the yres to leak into the overlay option
This commit is contained in:
parent
940b31199d
commit
28c560db46
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ static error_t parse_opt (int key, char *arg, struct argp_state *state)
|
|||
break;
|
||||
case 'y':
|
||||
config->Yres = std::stoi(arg);
|
||||
break;
|
||||
case 'o':
|
||||
config->overlay = arg;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue