From 08dd79fafdb1a9d2ae54a880699938bd998960aa Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 14 Jul 2012 20:42:47 -0500 Subject: [PATCH] Recent occlusion changes rearing their head again. Fix a crash when graphics set to low. --- indra/newview/llfeaturemanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index b1e13d54e..1551744bd 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -556,6 +556,7 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures) LLViewerShaderMgr::sSkipReload = false; LLViewerShaderMgr::instance()->setShaders(); + gPipeline.refreshCachedSettings(); } void LLFeatureManager::applyBaseMasks()