[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-07-02 14:49:06 +02:00
parent d419a27986
commit 3a2c986e2b

View File

@ -58,7 +58,7 @@ IkConstraint *IkConstraint::copy(Skeleton &skeleton) {
}
void IkConstraint::update(Skeleton &skeleton, Physics physics) {
IkConstraintPose &p = _pose;
IkConstraintPose &p = *_applied;
if (p._mix == 0) return;
BonePose &target = *_target->_applied;
switch (_bones.size()) {