diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-04 14:29:41 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-04 14:29:41 -0500 |
commit | 1c496b21b286f131652150eed4d13870127bd001 (patch) | |
tree | dc379be4bfa78f5efae14cfa60738c35df5b637a /indra/llcharacter/llkeyframemotion.cpp | |
parent | 2ab9678455ce2e894273cae1efd2e10f4aaee42b (diff) |
MAINT-4858 FIX
Diffstat (limited to 'indra/llcharacter/llkeyframemotion.cpp')
-rwxr-xr-x | indra/llcharacter/llkeyframemotion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcharacter/llkeyframemotion.cpp b/indra/llcharacter/llkeyframemotion.cpp index 5317e230c8..22aa4f1d2f 100755 --- a/indra/llcharacter/llkeyframemotion.cpp +++ b/indra/llcharacter/llkeyframemotion.cpp @@ -984,7 +984,6 @@ void LLKeyframeMotion::applyConstraint(JointConstraint* constraint, F32 time, U8 { case CONSTRAINT_TARGET_TYPE_GROUND: target_pos = mCharacter->getPosAgentFromGlobal(constraint->mGroundPos); - target_pos += mCharacter->getHoverOffset(); // LL_INFOS() << "Target Pos " << constraint->mGroundPos << " on " << mCharacter->findCollisionVolume(shared_data->mSourceConstraintVolume)->getName() << LL_ENDL; break; case CONSTRAINT_TARGET_TYPE_BODY: |