1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-02 15:03:00 +00:00

various changes and fixes to make coolfog and sky work correctly in VR

This commit is contained in:
Zeno Rogue
2021-03-09 13:12:53 +01:00
parent 9f5591249a
commit 56485f20a9
6 changed files with 44 additions and 32 deletions

View File

@@ -5193,6 +5193,11 @@ EX void drawscreen() {
#if CAP_GL
if(vid.usingGL) setGLProjection();
#endif
#if CAP_VR
vrhr::clear();
#endif
#if CAP_SDL
// SDL_LockSurface(s);