[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-07-02 15:02:37 +02:00
parent f92576bbe9
commit 9ace07c194

View File

@ -88,7 +88,7 @@ void PhysicsConstraint::rotate(float x, float y, float degrees) {
} }
void PhysicsConstraint::update(Skeleton &skeleton, Physics physics) { void PhysicsConstraint::update(Skeleton &skeleton, Physics physics) {
PhysicsConstraintPose &p = _pose; PhysicsConstraintPose &p = *_applied;
float mix = p._mix; float mix = p._mix;
if (mix == 0) return; if (mix == 0) return;