I use a box and a sphere ,the box is moving from left to right,sphere is not moving
I change the box rigidbody world postion every frame,getWorldTransform().setOrigin()
and call contactTest everyframe,but the callback comes earlier,in fact the box and sphere not collide,just a little gap。
