aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/pipeline.cpp')
-rw-r--r--linden/indra/newview/pipeline.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp
index 6fb2cec..4ea9e41 100644
--- a/linden/indra/newview/pipeline.cpp
+++ b/linden/indra/newview/pipeline.cpp
@@ -1965,10 +1965,10 @@ void LLPipeline::stateSort(LLDrawable* drawablep, LLCamera& camera)
1965 { 1965 {
1966// if (drawablep->getVObj().notNull() && 1966// if (drawablep->getVObj().notNull() &&
1967// drawablep->getVObj()->isSelected()) 1967// drawablep->getVObj()->isSelected())
1968// [RLVa:KB] - Checked: 2009-07-06 (RLVa-1.0.0c) 1968// [RLVa:KB] - Checked: 2009-10-10 (RLVa-1.0.5a) | Modified: RLVa-1.0.5a
1969 LLViewerObject* pObj = drawablep->getVObj(); 1969 LLViewerObject* pObj = drawablep->getVObj();
1970 if ( (pObj) && (pObj->isSelected()) && 1970 if ( (pObj) && (pObj->isSelected()) &&
1971 ((!rlv_handler_t::isEnabled()) || (!pObj->isHUDAttachment()) || (gRlvHandler.isDetachable(pObj))) ) 1971 ((!rlv_handler_t::isEnabled()) || (!pObj->isHUDAttachment()) || (!gRlvHandler.isLockedAttachment(pObj, RLV_LOCK_REMOVE))) )
1972// [/RVLa:KB] 1972// [/RVLa:KB]
1973 { 1973 {
1974 return; 1974 return;