Hello. I have a problem with my code.. I want to check if an actor touches another actor and i used
if (this.isTouching(brick2.class)) and it works, it returns true but too early.. i remove the object when they are touching each other but it says they touch each other too early, when it s at distance from it.