Closed lucassardois closed 5 years ago
More news : I found out that calling check or project return differents results for the number of collisions for the same parameters.
_, _, cols1, len1 = self.world:check(self, goalX, goalY)
cols2, len2 = self.world:project(self, self.x, self.y, self.w, self.h, goalX, goalY)
Here len1 ~= len2
Hello,
It seems that the check function never returns multiples collisions when they occurs. It always only return the first one.