From Norman Vine, fixed small typo.

This commit is contained in:
Robert Osfield
2005-08-30 09:33:42 +00:00
parent ceadd41ef1
commit 3810d3b850

View File

@@ -62,7 +62,7 @@ DatabasePager::DatabasePager()
if( (ptr = getenv("OSG_DO_PRE_COMPILE")) != 0)
{
_doPreCompile = strcmp(ptr,"yes")==0 || strcmp(ptr,"YES")==0 ||
strcmp(ptr,"ON")==0 || strcmp(ptr,"ON")==0;
strcmp(ptr,"on")==0 || strcmp(ptr,"ON")==0;
}
_targetFrameRate = 100.0;