summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-05 16:37:23 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-05 16:37:23 -0500
commitd8f0bc021f3e7e18e3918178f3c81cdf444fb0d3 (patch)
tree651f1dbb8af59acb803ff2d8a83f5b74764423b8 /indra/newview/llvoavatar.cpp
parent2b5a3de8096fa9a4e8c523aab22493adf7411d3f (diff)
For EXT-4919: Initial gesture setup is wrong for new users. Checkpointing work in progress.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 4235f97eab..bafdd9474e 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -1869,7 +1869,8 @@ void LLVOAvatar::releaseMeshData()
// virtual
void LLVOAvatar::restoreMeshData()
{
- llassert(!isSelf());
+ // BAP restore
+ //llassert(!isSelf());
LLMemType mt(LLMemType::MTYPE_AVATAR);
//llinfos << "Restoring" << llendl;