1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00

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

View File

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