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

SL-18772 Potential fix for failed shader load on Intel HD 3000

parent 29ecdd09
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -190,7 +190,7 @@ BOOL LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
}
}
if(features->calculatesAtmospherics)
if(features->calculatesAtmospherics || features->hasGamma || features->isDeferred)
{
if (features->hasWaterFog)
{
......
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