summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2023-03-02 18:00:11 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2023-03-02 18:00:11 +0200
commit7298a049a7e45f3cf2e78fa0aabc4c52ad6b2187 (patch)
tree1e68bcbda1ae13d5a702f1d228fdbc45fac0ebfd
parentcec944ec5a391504b4f89853ba9ae0ad9678e94b (diff)
SL-19317 fix for avatar attachment accounting
-rwxr-xr-xdoc/contributions.txt1
-rw-r--r--indra/newview/llvovolume.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index c67f128f85..02603f361d 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -286,6 +286,7 @@ Beq Janus
SL-18586
SL-18592
SL-18637
+ SL-19317
Beth Walcher
Bezilon Kasei
Biancaluce Robbiani
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 3f15385ba3..51925b4129 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -5437,7 +5437,7 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep,
}
}
- if (type == LLRenderPass::PASS_ALPHA)
+ // if (type == LLRenderPass::PASS_ALPHA) // always populate the draw_info ptr
{ //for alpha sorting
facep->setDrawInfo(draw_info);
}