From Jannik Heller, fix typo of OSG_COMPILE_CONTEXTS.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15176 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-11-09 10:43:15 +00:00
parent 1ad8ba358e
commit a4600e46f9

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)
{