Skip to content

Commit

Permalink
[libgdx] setToSetupPose doesn't reset physics.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sweet committed Nov 11, 2023
1 parent f7c8c6d commit 1c3eaaf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public void reset () {
}

public void setToSetupPose () {
reset();
PhysicsConstraintData data = this.data;
inertia = data.inertia;
strength = data.strength;
Expand Down

0 comments on commit 1c3eaaf

Please sign in to comment.