From Jannik Heller, fixed typo of OSG_COMPIlE_CONTEXTS env var

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.4@15175 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-11-08 11:59:23 +00:00
parent 46904ff67a
commit 9fc6850962

View File

@@ -515,7 +515,7 @@ void DisplaySettings::readEnvironmentalVariables()
_maxNumOfGraphicsContexts = atoi(ptr);
}
if( (ptr = getenv("OSG_COMPIlE_CONTEXTS")) != 0)
if( (ptr = getenv("OSG_COMPILE_CONTEXTS")) != 0)
{
if (strcmp(ptr,"OFF")==0)
{