Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
This commit is contained in:
@@ -215,7 +215,16 @@ BOOL LLEditingMotion::onUpdate(F32 time, U8* joint_mask)
|
|||||||
if (!target.isFinite())
|
if (!target.isFinite())
|
||||||
{
|
{
|
||||||
llwarns << "Non finite target in editing motion with target distance of " << target_dist <<
|
llwarns << "Non finite target in editing motion with target distance of " << target_dist <<
|
||||||
" and focus point " << focus_pt << " and pointAtPt: " << *pointAtPt << llendl;
|
" and focus point " << focus_pt << " and pointAtPt: ";
|
||||||
|
if (pointAtPt)
|
||||||
|
{
|
||||||
|
llcont << *pointAtPt;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
llcont << "NULL";
|
||||||
|
}
|
||||||
|
llcont << llendl;
|
||||||
}
|
}
|
||||||
|
|
||||||
mTarget.setPosition( target + mParentJoint.getPosition());
|
mTarget.setPosition( target + mParentJoint.getPosition());
|
||||||
|
|||||||
Reference in New Issue
Block a user