mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 17:57:03 +00:00
added missing CAP_VR guard
This commit is contained in:
parent
1da9622c67
commit
de0fc0f452
@ -5293,7 +5293,9 @@ EX void drawscreen() {
|
||||
SDL_UpdateRect(s, 0, 0, vid.xres, vid.yres);
|
||||
#endif
|
||||
|
||||
#if CAP_VR
|
||||
vrhr::handoff();
|
||||
#endif
|
||||
|
||||
//printf("\ec");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user