diff --git a/indra/newview/fsposingmotion.cpp b/indra/newview/fsposingmotion.cpp index f7a03adf83..510e5dd362 100644 --- a/indra/newview/fsposingmotion.cpp +++ b/indra/newview/fsposingmotion.cpp @@ -43,7 +43,7 @@ LLMotion::LLMotionInitStatus FSPosingMotion::onInitialize(LLCharacter *character _jointPoses.clear(); LLJoint* targetJoint; - for (S32 i = 0; (targetJoint = character->getCharacterJoint(i)); ++i) // this seems poorly constrained + for (S32 i = 0; (targetJoint = character->getCharacterJoint(i)); ++i) { if (!targetJoint) continue;