mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-24 08:30:02 +00:00
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.
(cherry picked from commit 11bee25de4)