1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 12:20:01 +00:00

added missing CAP_VR guard

This commit is contained in:
Zeno Rogue 2021-02-06 19:12:04 +01:00
parent 1da9622c67
commit de0fc0f452

View File

@ -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");
}