diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llvovolume.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 2859f8b1c2..253fb01219 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -6484,6 +6484,7 @@ U32 LLVolumeGeometryManager::genDrawInfo(LLSpatialGroup* group, U32 mask, LLFace                      if (gltf_mat->mAlphaMode == LLGLTFMaterial::ALPHA_MODE_BLEND)                      {                          registerFace(group, facep, LLRenderPass::PASS_ALPHA); +                        is_alpha = true;                      }                      else if (gltf_mat->mAlphaMode == LLGLTFMaterial::ALPHA_MODE_MASK)                      { | 
