Hi, I'm using sfml for a while in personal game projects, and I'm stuck with the intersection method from Rect<T>.
The rectangles :
sf::IntRect(sf::Vector2i(7, 7), sf::Vector2i(11, 11));
sf::IntRect(sf::Vector2i(10, 14), sf::Vector2i(16, 22));
for some reason they're intersecting each other. I may be wrong, but it shouldn't happen.
Thanks for your help!