CLI option: -tstep

This commit is contained in:
Zeno Rogue 2019-06-17 06:01:56 +02:00
parent daeffa3647
commit 481aa198ad
1 changed files with 3 additions and 0 deletions

View File

@ -2094,6 +2094,9 @@ int read_config_args() {
else if(argis("-d:graph")) {
PHASEFROM(2); launch_dialog(showGraphConfig);
}
else if(argis("-tstep")) {
PHASEFROM(2); shift(); vid.texture_step = argi();
}
else return 1;
return 0;
}