added missing CAP_VR guard

This commit is contained in:
Zeno Rogue 2021-02-06 19:12:04 +01:00
parent 1da9622c67
commit de0fc0f452
1 changed files with 2 additions and 0 deletions

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