diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-11-04 12:43:19 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-11-04 12:43:19 +0200 |
commit | c6a31b7bf40cbfa16ad92a82bffeb67585b3a385 (patch) | |
tree | 4e1f93e8ddbc2fbfac6432d9ac72ccc17fe21c03 /indra/newview/llviewerobjectlist.cpp | |
parent | d048afe845fa1e8bf3502de81fcfb16f083edca8 (diff) |
MAINT-5755 FIXED Activating Show Avatar Complexity disables all llSetText (hovertext) until relog
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
-rwxr-xr-x | indra/newview/llviewerobjectlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 75732a1e19..61e918215c 100755 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -1282,7 +1282,7 @@ void LLViewerObjectList::clearDebugText() { for (vobj_list_t::iterator iter = mObjects.begin(); iter != mObjects.end(); ++iter) { - (*iter)->setDebugText(""); + (*iter)->restoreHudText(); } } |