You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The separation step (i.e., repositioning) in separateCircle() seems incorrect. When body1 is pushable, body2 isn't repositioned, and the separation distance is too small. The result can be that separation takes several steps instead of one, or that separation never happens.
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.
Version
Description
The separation step (i.e., repositioning) in
separateCircle()
seems incorrect. Whenbody1
is pushable,body2
isn't repositioned, and the separation distance is too small. The result can be that separation takes several steps instead of one, or that separation never happens.Example Test Code
Additional Information
The
else if
logic looks faulty.The text was updated successfully, but these errors were encountered: