Restore Perf tracking for non-alpha blend

Verified that this does not impact the previously associated JIRAs FIRE-31986, FIRE-31979
master
Beq 2023-02-18 14:29:02 +00:00
parent dc4a2c2b4c
commit 4286f0b112
1 changed files with 1 additions and 1 deletions

View File

@ -5727,7 +5727,7 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep,
}
}
if (type == LLRenderPass::PASS_ALPHA)
// if (type == LLRenderPass::PASS_ALPHA) // <FS:Beq/> always populate the draw_info ptr
{ //for alpha sorting
facep->setDrawInfo(draw_info);
}