diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-27 14:15:42 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-27 14:15:42 +0100 |
commit | b6aedb116f60b9e4823f61b945b3f374d9267c1d (patch) | |
tree | a6bfc5910dff43d9e4153fb7d91784fcb385d1a9 /indra/newview/llviewermessage.cpp | |
parent | 3c8ff04c0fa5c891a0454d7542f78f65eb5032dc (diff) |
SL-722 - in progress on managing animated object state with linksets
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 ff33fe79fa..f8cdb5bf92 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5097,7 +5097,7 @@ void process_object_animation(LLMessageSystem *mesgsys, void **user_data) return; } - LLControlAvatar *avatarp = volp->mControlAvatar; + LLControlAvatar *avatarp = volp->getControlAvatar(); if (!avatarp) { LL_WARNS() << "AXON no control avatar, ignoring" << LL_ENDL; |