SL-19317 fix for avatar attachment accounting

master
Mnikolenko Productengine 2023-03-02 18:00:11 +02:00
parent cec944ec5a
commit 7298a049a7
2 changed files with 2 additions and 1 deletions

View File

@ -286,6 +286,7 @@ Beq Janus
SL-18586
SL-18592
SL-18637
SL-19317
Beth Walcher
Bezilon Kasei
Biancaluce Robbiani

View File

@ -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);
}