diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-08-05 16:58:22 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-08-05 16:58:22 -0500 |
| commit | d048795fce3ab83989cb909fde02014f1442cc84 (patch) | |
| tree | 27c7e222c05d33e3dd36e43f2f20f4cbcda53ca3 /indra/newview/pipeline.cpp | |
| parent | 92b09e3a164e59f5a0c4e436d044590513ddc6bd (diff) | |
SL-17870 Nudge PBR material textures so they start downloading. (and add missing validation code for reflection probes network data).
Diffstat (limited to 'indra/newview/pipeline.cpp')
| -rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index b23c1fe741..017bb808c4 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3766,6 +3766,7 @@ void LLPipeline::touchTextures(LLDrawInfo* info) touchTexture(info->mTexture, info->mVSize); touchTexture(info->mSpecularMap, info->mVSize); touchTexture(info->mNormalMap, info->mVSize); + touchTexture(info->mEmissiveMap, info->mVSize); } void LLPipeline::postSort(LLCamera& camera) |
