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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user