Skip to content
Snippets Groups Projects
Commit f5254d53 authored by David Parks's avatar David Parks
Browse files

MAINT-1262 Fix for crash when setting graphics to Low

parent 997b3607
No related branches found
No related tags found
No related merge requests found
...@@ -697,6 +697,7 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures) ...@@ -697,6 +697,7 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures)
LLViewerShaderMgr::sSkipReload = false; LLViewerShaderMgr::sSkipReload = false;
LLViewerShaderMgr::instance()->setShaders(); LLViewerShaderMgr::instance()->setShaders();
gPipeline.refreshCachedSettings();
} }
void LLFeatureManager::applyBaseMasks() void LLFeatureManager::applyBaseMasks()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment