summaryrefslogtreecommitdiff
path: root/indra/llmath/llrigginginfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmath/llrigginginfo.cpp')
-rw-r--r--indra/llmath/llrigginginfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmath/llrigginginfo.cpp b/indra/llmath/llrigginginfo.cpp
index 73e1b096cb..885acb7670 100644
--- a/indra/llmath/llrigginginfo.cpp
+++ b/indra/llmath/llrigginginfo.cpp
@@ -86,7 +86,8 @@ void LLJointRiggingInfo::merge(const LLJointRiggingInfo& other)
LLJointRiggingInfoTab::LLJointRiggingInfoTab():
mRigInfoPtr(NULL),
- mSize(0)
+ mSize(0),
+ mNeedsUpdate(true)
{
}