1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +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(); vrhr::vr_shift();
#endif #endif
check_cgi();
cgi.require_basics();
optimizeview(); optimizeview();
models::configure(); models::configure();