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. If body1 is pushable, body2 isn't repositioned, and the separation distance is too small. The result can be that separation takes a dozen steps instead of one, or that separation never happens.
Version
Description
The separation step (i.e., repositioning) in
separateCircle()
seems incorrect. Ifbody1
is pushable,body2
isn't repositioned, and the separation distance is too small. The result can be that separation takes a dozen 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: