Cleaning some warnings

This commit is contained in:
Teo-CD 2019-06-09 14:59:17 +02:00
parent 9f28383d7e
commit 4ed9180694
4 changed files with 13 additions and 6 deletions

View file

@ -71,7 +71,7 @@ const sf::RectangleShape& Entity::getShape() const
return(shape);
}
const State Entity::getState() const
State Entity::getState() const
{
return currentState;
}