X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=b360ce055c9ed75e55ec4f947b22bbbd40fbd09f;hb=6759d86a87b39e26b8c4b2fb0ce90bfcd464f1cf;hp=e0b189d811cf209b2da7594927f1eaef20d0920d;hpb=3f518d0f8cf5f083bc17732e7b8627cec3639940;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index e0b189d..b360ce0 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -268,6 +268,6 @@ bool gamestarted = 0; //TextureList textures; -StereoMode stereomode = stereoHorizontalInterlaced; +StereoMode stereomode = stereoNone; float stereoseparation = 0.05; bool stereoreverse = false; \ No newline at end of file