diff options
author | callum_linden <none@none> | 2014-10-17 15:23:28 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 15:23:28 -0700 |
commit | f405da4f318da2b5521a827ff08b0bb27cb11f4d (patch) | |
tree | f4796cc02e0a0dfc074ac7ae9cf74c38a8f3d8ce /indra/llcharacter/llkeyframemotion.cpp | |
parent | faf6f7296586353f6225ef21976212b7c401b327 (diff) |
Update to build on Xcode 6.0: interesting typo? no one to ask but pretty sure this is the fix ,-Wlogical-not-parentheses]
Diffstat (limited to 'indra/llcharacter/llkeyframemotion.cpp')
-rwxr-xr-x | indra/llcharacter/llkeyframemotion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llkeyframemotion.cpp b/indra/llcharacter/llkeyframemotion.cpp index 22aa4f1d2f..18844e9e51 100755 --- a/indra/llcharacter/llkeyframemotion.cpp +++ b/indra/llcharacter/llkeyframemotion.cpp @@ -902,7 +902,7 @@ void LLKeyframeMotion::deactivateConstraint(JointConstraint *constraintp) constraintp->mSourceVolume->mUpdateXform = FALSE; } - if (!constraintp->mSharedData->mConstraintTargetType == CONSTRAINT_TARGET_TYPE_GROUND) + if (constraintp->mSharedData->mConstraintTargetType != CONSTRAINT_TARGET_TYPE_GROUND) { if (constraintp->mTargetVolume) { |