Skip to content

Commit

Permalink
Request a stereo OpenGL context in clientwindow.cpp, so rend-vr-mode …
Browse files Browse the repository at this point in the history
…13 could work.
  • Loading branch information
cmbruns committed Nov 8, 2013
1 parent e4153bf commit 44d9d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/ui/clientwindow.cpp
Expand Up @@ -588,6 +588,7 @@ bool ClientWindow::setDefaultGLFormat() // static
fmt.setDepthBufferSize(16);
fmt.setStencilBufferSize(8);
fmt.setDoubleBuffer(true);
fmt.setStereo(true);

if(CommandLine_Exists("-novsync") || !Con_GetByte("vid-vsync"))
{
Expand Down

0 comments on commit 44d9d7d

Please sign in to comment.