Restore Perf tracking for non-alpha blend
Verified that this does not impact the previously associated JIRAs FIRE-31986, FIRE-31979master
parent
dc4a2c2b4c
commit
4286f0b112
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue