diff options
author | Oz Linden <oz@lindenlab.com> | 2015-02-21 15:08:40 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-02-21 15:08:40 -0500 |
commit | d12f3d15d986231cbd2e3714ce39247b2b6bc30f (patch) | |
tree | eedcbca5622e39b2a9fc65c07005b7d3963387c8 /indra/newview/llfeaturemanager.cpp | |
parent | c598094d153c36b7b1c5504c460e3e4a750e947e (diff) | |
parent | 3cf8a1ce6e81c30cf7231a5ab045bbc45c6757e2 (diff) |
merge impostor and visual muting changes
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rwxr-xr-x | indra/newview/llfeaturemanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index af84aea6a6..5c8926e54c 100755 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -606,7 +606,7 @@ void LLFeatureManager::applyRecommendedSettings() // cap the level at 2 (high) U32 level = llmax(GPU_CLASS_0, llmin(mGPUClass, GPU_CLASS_5)); - LL_INFOS() << "Applying Recommended Features" << LL_ENDL; + LL_INFOS("RenderInit") << "Applying Recommended Features for level " << level << LL_ENDL; setGraphicsLevel(level, false); gSavedSettings.setU32("RenderQualityPerformance", level); @@ -813,7 +813,7 @@ void LLFeatureManager::applyBaseMasks() if (osInfo.mMajorVer == 10 && osInfo.mMinorVer < 7) { maskFeatures("OSX_10_6_8"); - } + } #endif // now mask by gpu string |