There is the obvious SDL_IntersectRect(rect1, rect2, result), but this isn\'t working as intended. If I have a rect i want to check if another rect collides wit
SDL_IntersectRect(rect1, rect2, result)