diff options
author | James Cook <james@lindenlab.com> | 2010-03-09 16:44:34 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-09 16:44:34 -0800 |
commit | 8527463c157021bdbda8c1eff18c659f3cd37037 (patch) | |
tree | 333ab1310a0468632e2bf9b0234ef70308f82176 /indra/newview/llvoavatar.cpp | |
parent | 7337b4b05bf2218796742a0ee1ddb0fdf27236c4 (diff) |
More name-tag vs. hud-text cleanup
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 5e1e2bb511..582fc811a0 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2753,7 +2753,7 @@ void LLVOAvatar::idleUpdateNameTag(const LLVector3& root_pos_last) { mNameText = static_cast<LLHUDNameTag*>( LLHUDObject::addHUDObject( LLHUDObject::LL_HUD_NAME_TAG) ); - mNameText->setMass(10.f); + //mNameText->setMass(10.f); mNameText->setSourceObject(this); mNameText->setVertAlignment(LLHUDNameTag::ALIGN_VERT_TOP); mNameText->setVisibleOffScreen(TRUE); |