diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-19 20:44:04 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-19 20:44:04 +0100 |
commit | e0d6a6a40192caa5b9d62165da5f23a5ade6e4b0 (patch) | |
tree | 3e204e1da2187355b98f4cc51077b98ab24340d7 /indra/newview/llviewermessage.cpp | |
parent | b2a06578187af5446b5e24379abc8764f0cd731f (diff) |
SL-725 - suppress default animations for LLControlAvatar, using a new mEnableDefaultAnimations field
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index f359c1455f..df69d6d197 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5113,7 +5113,6 @@ void process_object_animation(LLMessageSystem *mesgsys, void **user_data) avatarp->updateGeom(volp); } avatarp->mSignaledAnimations.clear(); - volp->setDebugText(llformat("Animations %d", num_blocks)); for( S32 i = 0; i < num_blocks; i++ ) { |