Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update body transforms on joint2D setup
Body transforms from physics are used to setup the joint and they are only updated before the physics step by default. Without forcing the transform update, joints could use a previous position if the body's position was set after it was added to the scene. 3D physics is not affected by this issue.
- Loading branch information