mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 11:14:49 +00:00
fixed the possible crashes when changing settings
This commit is contained in:
parent
5764e46bbe
commit
a3b815741d
@ -718,7 +718,10 @@ EX void mainloopiter() {
|
||||
|
||||
#if CAP_VR
|
||||
vrhr::vr_shift();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
check_cgi();
|
||||
cgi.require_basics();
|
||||
|
||||
optimizeview();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user