1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-10 20:27:39 +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

@@ -720,6 +720,9 @@ EX void mainloopiter() {
vrhr::vr_shift();
#endif
check_cgi();
cgi.require_basics();
optimizeview();
models::configure();