FIRE-30873: Tidy comment

master
Angeldark Raymaker 2024-10-02 11:59:59 +01:00
parent a510966f45
commit 6bab68755c
1 changed files with 1 additions and 1 deletions

View File

@ -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;