summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-10-23 15:45:15 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-10-23 15:45:15 -0600
commit806cd01a0da1c67aaccd0bdcb40c104d48ed9d25 (patch)
treec10623482dfd10628248e165bb35d5b95f6e5bdf /indra/newview/llvovolume.cpp
parent4264060662c1a598856622a749ea4a3216c5975c (diff)
fix for SH-4551: Interesting: some attachments do not appear after teleport
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-xindra/newview/llvovolume.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 52c4c24686..2828f1ba6a 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -1298,14 +1298,6 @@ BOOL LLVOVolume::calcLOD()
mLOD = cur_detail;
return TRUE;
}
- else if(cur_detail > MIN_LOD)
- {
- LLFace* facep = mDrawable->getFace(0);
- if(facep && !facep->getVertexBuffer())
- {
- return TRUE; //force geometry update if visible object does not have vertex buffer.
- }
- }
return FALSE;
}