fixed the possible crashes when changing settings

This commit is contained in:
Zeno Rogue 2023-02-18 18:32:54 +01:00
parent 5764e46bbe
commit a3b815741d
1 changed files with 4 additions and 1 deletions

View File

@ -718,7 +718,10 @@ EX void mainloopiter() {
#if CAP_VR
vrhr::vr_shift();
#endif
#endif
check_cgi();
cgi.require_basics();
optimizeview();