summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-10-12 13:18:47 -0500
committerDave Parks <davep@lindenlab.com>2012-10-12 13:18:47 -0500
commitb8f88a535c1441bd76482e5c42d99adcb5371ca6 (patch)
treea3d1bb13e7711d02e8f8584da964f4f44c424b6d /indra/newview
parent7ebbb5067db4e1fc32a0e60449b52e3c110f3207 (diff)
MAINT-1649 Fix for objects disappearing on region crossing.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llvovolume.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 51edba5916..4f1c89a632 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -4014,10 +4014,6 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep,
else
{
model_mat = &(drawable->getRegion()->mRenderMatrix);
- if (model_mat->isIdentity())
- {
- model_mat = NULL;
- }
}
//drawable->getVObj()->setDebugText(llformat("%d", drawable->isState(LLDrawable::ANIMATED_CHILD)));