Fixed physics reset leaving some state.

This commit is contained in:
Nathan Sweet 2023-11-12 11:01:22 -04:00
parent 1c3eaafb95
commit c2906998ad

View File

@ -250,7 +250,7 @@ public class PhysicsConstraint implements Updatable {
bone.a *= s;
bone.c *= s;
}
if (physics == Physics.update) {
if (physics != Physics.pose) {
tx = l * bone.a;
ty = l * bone.c;
}