mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
fixed the possible crashes when changing settings
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user