how to perform an object delete when contact happens Box2D LibGDX
I’m trying to process a collision between a projectile and an enemy. When a projectile hits enemy it have to disappear, but instead a game is crushing in the moment of contact. I don’t know how to fix that