- moved the Stereo3D EyePose to their own file in hwrenderer/.

This commit is contained in:
Christoph Oelckers 2018-06-24 10:47:42 +02:00
commit 532fba5c26
13 changed files with 170 additions and 153 deletions

View file

@ -707,6 +707,7 @@ void D_Display ()
wipe = false;
wipegamestate = gamestate;
}
// No wipes when in a stereo3D VR mode
else if (gamestate != wipegamestate && gamestate != GS_FULLCONSOLE && gamestate != GS_TITLELEVEL && (vr_mode == 0 || vid_rendermode != 4))
{ // save the current screen if about to wipe
switch (wipegamestate)