aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoavatar.cpp')
-rw-r--r--linden/indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp
index 513d43c..c8b26be 100644
--- a/linden/indra/newview/llvoavatar.cpp
+++ b/linden/indra/newview/llvoavatar.cpp
@@ -8401,7 +8401,7 @@ LLBBox LLVOAvatar::getHUDBBox() const
8401 { 8401 {
8402 attachment_map_t::const_iterator curiter = iter++; 8402 attachment_map_t::const_iterator curiter = iter++;
8403 LLViewerJointAttachment* attachment = curiter->second; 8403 LLViewerJointAttachment* attachment = curiter->second;
8404 if (attachment->getIsHUDAttachment() && attachment->getObject()) 8404 if (attachment && attachment->getIsHUDAttachment() && attachment->getObject())
8405 { 8405 {
8406 LLViewerObject* hud_object = attachment->getObject(); 8406 LLViewerObject* hud_object = attachment->getObject();
8407 8407