diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-23 11:58:17 +0200 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-23 11:58:17 +0200 |
| commit | fe21f3fdf1e98eb2393449963f6bfd97b1885d44 (patch) | |
| tree | 56bb4c8007c4ca0263e88176f1ee4b66e21f0db9 /indra/newview/llvovolume.cpp | |
| parent | 53c33ebf993a4c0424bd5ae8f5e9c42b528dc5e5 (diff) | |
SL-19252 Remove "#ifdef _CORY_TESTING" code
Diffstat (limited to 'indra/newview/llvovolume.cpp')
| -rw-r--r-- | indra/newview/llvovolume.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 108f5cd1d3..b910c4f93c 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -5856,9 +5856,9 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) add_face(sAlphaFaces, alpha_count, facep); } else if (LLDrawPoolAlpha::sShowDebugAlpha || - gPipeline.sRenderHighlight && + (gPipeline.sRenderHighlight && (LLPipeline::getRenderScriptedBeacons() || LLPipeline::getRenderScriptedTouchBeacons()) && - drawablep->getVObj() && drawablep->getVObj()->flagScripted()) + drawablep->getVObj() && drawablep->getVObj()->flagScripted())) { //draw the transparent face for debugging purposes using a custom texture add_face(sAlphaFaces, alpha_count, facep); } |
