From 7298a049a7e45f3cf2e78fa0aabc4c52ad6b2187 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Thu, 2 Mar 2023 18:00:11 +0200 Subject: SL-19317 fix for avatar attachment accounting --- indra/newview/llvovolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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); } -- cgit v1.2.3