From ecbd0eca83ff1fe25cc7cdede563de4031802c1d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 31 Dec 2020 15:02:18 +0100 Subject: [PATCH] VR:: -vr-pl option --- vr.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vr.cpp b/vr.cpp index 887ffc27..752fb03c 100644 --- a/vr.cpp +++ b/vr.cpp @@ -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);