diff options
Diffstat (limited to 'linden/indra/llcharacter/lleditingmotion.cpp')
-rw-r--r-- | linden/indra/llcharacter/lleditingmotion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcharacter/lleditingmotion.cpp b/linden/indra/llcharacter/lleditingmotion.cpp index b7539ee..3590097 100644 --- a/linden/indra/llcharacter/lleditingmotion.cpp +++ b/linden/indra/llcharacter/lleditingmotion.cpp | |||
@@ -190,7 +190,7 @@ BOOL LLEditingMotion::onUpdate(F32 time, U8* joint_mask) | |||
190 | { | 190 | { |
191 | LLVector3 tmp = mCharacter->getCharacterPosition() ; | 191 | LLVector3 tmp = mCharacter->getCharacterPosition() ; |
192 | llerrs << "Non finite focus point in editing motion. focus point: " << focus_pt << " and character position: " << | 192 | llerrs << "Non finite focus point in editing motion. focus point: " << focus_pt << " and character position: " << |
193 | tmp << " and pointAtPt: " << pointAtPt << llendl; | 193 | tmp << " and pointAtPt: " << *pointAtPt << llendl; |
194 | } | 194 | } |
195 | 195 | ||
196 | // propagate joint positions to kinematic chain | 196 | // propagate joint positions to kinematic chain |
@@ -226,7 +226,7 @@ BOOL LLEditingMotion::onUpdate(F32 time, U8* joint_mask) | |||
226 | if (!target.isFinite()) | 226 | if (!target.isFinite()) |
227 | { | 227 | { |
228 | llerrs << "Non finite target in editing motion with target distance of " << target_dist << | 228 | llerrs << "Non finite target in editing motion with target distance of " << target_dist << |
229 | " and focus point " << focus_pt << " and pointAtPt: " << pointAtPt << llendl; | 229 | " and focus point " << focus_pt << " and pointAtPt: " << *pointAtPt << llendl; |
230 | } | 230 | } |
231 | 231 | ||
232 | mTarget.setPosition( target + mParentJoint.getPosition()); | 232 | mTarget.setPosition( target + mParentJoint.getPosition()); |