VR:: -vr-pl option

This commit is contained in:
Zeno Rogue 2020-12-31 15:02:18 +01:00
parent be0309c656
commit ecbd0eca83
1 changed files with 4 additions and 0 deletions

4
vr.cpp
View File

@ -1105,6 +1105,10 @@ int readArgs() {
PHASEFROM(2);
shift_arg_formula(pconf.vr_zshift);
}
else if(argis("-vr-pl")) {
PHASEFROM(2);
shift_arg_formula(pointer_length);
}
else if(argis("-vr-angle")) {
PHASEFROM(2);
shift_arg_formula(pconf.vr_angle);