MAINT-2090 Never enable lighting and shadows by default on OS X

Dave Parks 2012-12-12 14:52:36 -06:00
parent a9ada0cc6a
commit e0bc069af2
1 changed files with 4 additions and 0 deletions

View File

@ -499,6 +499,10 @@ void LLFeatureManager::parseGPUTable(std::string filename)
{
LL_WARNS("RenderInit") << "GPU '" << rawRenderer << "' not recognized" << LL_ENDL;
}
#if LL_DARWIN // never go over "Mid" settings by default on OS X
mGPUClass = llmin(mGPUClass, 2);
#endif
}
// responder saves table into file