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:
@@ -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