mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[libgdx] setToSetupPose doesn't reset physics.
This commit is contained in:
parent
f7c8c6deb1
commit
1c3eaafb95
@ -98,7 +98,6 @@ public class PhysicsConstraint implements Updatable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setToSetupPose () {
|
public void setToSetupPose () {
|
||||||
reset();
|
|
||||||
PhysicsConstraintData data = this.data;
|
PhysicsConstraintData data = this.data;
|
||||||
inertia = data.inertia;
|
inertia = data.inertia;
|
||||||
strength = data.strength;
|
strength = data.strength;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user