From a3b815741dcb3f9303e4f036557a14527e3607cb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 18 Feb 2023 18:32:54 +0100 Subject: [PATCH] fixed the possible crashes when changing settings --- control.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/control.cpp b/control.cpp index 7008e2ee..1cf2ff61 100644 --- a/control.cpp +++ b/control.cpp @@ -718,7 +718,10 @@ EX void mainloopiter() { #if CAP_VR vrhr::vr_shift(); - #endif + #endif + + check_cgi(); + cgi.require_basics(); optimizeview();