From 6bab68755c50ea28c98f48c124ca550a1a088cbe Mon Sep 17 00:00:00 2001 From: Angeldark Raymaker Date: Wed, 2 Oct 2024 11:59:59 +0100 Subject: [PATCH] FIRE-30873: Tidy comment --- indra/newview/fsposingmotion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;