1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

vr:: improved performance?

This commit is contained in:
Zeno Rogue
2021-02-04 21:30:08 +01:00
parent db00cf3ae4
commit fd67ec2385
2 changed files with 15 additions and 5 deletions

View File

@@ -5313,6 +5313,8 @@ EX void drawscreen() {
#endif
SDL_UpdateRect(s, 0, 0, vid.xres, vid.yres);
#endif
vrhr::handoff();
//printf("\ec");
}