diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-20 15:04:11 +0100 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-20 15:04:11 +0100 |
| commit | 4907e437c1a9523e3b3d098403da8c780c6345f9 (patch) | |
| tree | 063ca27101f1317ec0ff850931d7b06a451d79bb /indra/newview/llviewermessage.cpp | |
| parent | e0d6a6a40192caa5b9d62165da5f23a5ade6e4b0 (diff) | |
SL-731 - control avatar has pointer back to associated volume. Can use this link to find associated inventory item name for an animation in debug display.
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index df69d6d197..ff33fe79fa 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5110,7 +5110,7 @@ void process_object_animation(LLMessageSystem *mesgsys, void **user_data) if (!avatarp->mPlaying) { avatarp->mPlaying = true; - avatarp->updateGeom(volp); + avatarp->updateVolumeGeom(); } avatarp->mSignaledAnimations.clear(); |
