Fixed setting of OSG_SPLIT_STEREO_AUTO_ADJUST_ASPECT_RATIO value.

This commit is contained in:
Robert Osfield
2003-11-12 15:03:05 +00:00
parent 5fb06a1d77
commit 3f33163c47

View File

@@ -253,12 +253,12 @@ void DisplaySettings::readEnvironmentalVariables()
{
if (strcmp(ptr,"OFF")==0)
{
_stereo = false;
_splitStereoAutoAdjustAspectRatio = false;
}
else
if (strcmp(ptr,"ON")==0)
{
_stereo = true;
_splitStereoAutoAdjustAspectRatio = true;
}
}