diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2010-11-12 16:59:43 -0800 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2010-11-12 16:59:43 -0800 |
commit | 5cbbb565f1bba870ec6db0b266e8768ecbdb7826 (patch) | |
tree | fd00c91dc7a90fe4de3b52ce07548e1e4ef1e960 /indra/newview/llvoavatar.cpp | |
parent | 4839e79b20679560f697af96c11db4aef7e1d740 (diff) | |
parent | 187b21e6d22204e8989b1c7d5e75f8b7880dd79f (diff) |
Merge simon_linden/viewer-dev to get avatar motion prediction code.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 6f3aba29c6..7ae1f672e8 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7864,6 +7864,7 @@ BOOL LLVOAvatar::LLVOAvatarXmlInfo::parseXmlMorphNodes(LLXmlTreeNode* root) //virtual void LLVOAvatar::updateRegion(LLViewerRegion *regionp) { + LLViewerObject::updateRegion(regionp); } std::string LLVOAvatar::getFullname() const |