]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Add default stereo settings to config file
[lugaru.git] / Source / Globals.cpp
index e0b189d811cf209b2da7594927f1eaef20d0920d..b360ce055c9ed75e55ec4f947b22bbbd40fbd09f 100644 (file)
@@ -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