diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcharacter/llkeyframemotion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcharacter/llkeyframemotion.cpp b/linden/indra/llcharacter/llkeyframemotion.cpp index 46dee09..e6ef767 100644 --- a/linden/indra/llcharacter/llkeyframemotion.cpp +++ b/linden/indra/llcharacter/llkeyframemotion.cpp | |||
@@ -1355,8 +1355,8 @@ BOOL LLKeyframeMotion::deserialize(LLDataPacker& dp) | |||
1355 | } | 1355 | } |
1356 | else | 1356 | else |
1357 | { | 1357 | { |
1358 | llwarns << "joint not found: " << joint_name << llendl; | 1358 | llwarns << "joint not found: " << llendl; |
1359 | //return FALSE; | 1359 | return FALSE; |
1360 | } | 1360 | } |
1361 | 1361 | ||
1362 | joint_motion->mJointName = joint_name; | 1362 | joint_motion->mJointName = joint_name; |