I am developing a game in which our player is firing on click. Sometimes during bullet body collision with other dynamic bodies is not coming in contact listener so that bullet body is retain on the screen and not being removed.
Using box2d contact listener I am detecting collisions between dynamic and static bodies.
Problem is not coming with static bodies but problem is coming with dynamic bodies collision and bullet body is not coming in contact listener.