aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llpose.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcharacter/llpose.cpp
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcharacter/llpose.cpp')
-rw-r--r--linden/indra/llcharacter/llpose.cpp2
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
460LLPoseBlender::LLPoseBlender() 461LLPoseBlender::LLPoseBlender()
462 : mNextPoseSlot(0)
461{ 463{
462} 464}
463 465