1
Graphics / Re: know if an shape is completly inside of an other
« on: October 07, 2018, 01:02:52 am »
I think of that !
But i don't know how to pull it out :/
what do i have to modify it ? should i do it like this ?
But i don't know how to pull it out :/
what do i have to modify it ? should i do it like this ?
if(MapBody.getGlobalBounds().intersects(sf::Rect.contains(/*What do i put here ?*/))
{
return true;
}
else
{
return false;
Because this return a boolean to an other bool, i don't think this a thing x).
{
return true;
}
else
{
return false;