diff options
Diffstat (limited to 'linden/indra/llcharacter/llpose.cpp')
-rw-r--r-- | linden/indra/llcharacter/llpose.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcharacter/llpose.cpp b/linden/indra/llcharacter/llpose.cpp index f496b7b..5b75a98 100644 --- a/linden/indra/llcharacter/llpose.cpp +++ b/linden/indra/llcharacter/llpose.cpp | |||
@@ -188,6 +188,7 @@ LLJointStateBlender::LLJointStateBlender() | |||
188 | { | 188 | { |
189 | mJointStates[i] = NULL; | 189 | mJointStates[i] = NULL; |
190 | mPriorities[i] = S32_MIN; | 190 | mPriorities[i] = S32_MIN; |
191 | mAdditiveBlends[i] = FALSE; | ||
191 | } | 192 | } |
192 | } | 193 | } |
193 | 194 | ||
@@ -458,6 +459,7 @@ void LLJointStateBlender::resetCachedJoint() | |||
458 | //----------------------------------------------------------------------------- | 459 | //----------------------------------------------------------------------------- |
459 | 460 | ||
460 | LLPoseBlender::LLPoseBlender() | 461 | LLPoseBlender::LLPoseBlender() |
462 | : mNextPoseSlot(0) | ||
461 | { | 463 | { |
462 | } | 464 | } |
463 | 465 | ||