Cleaning some warnings
This commit is contained in:
parent
9f28383d7e
commit
4ed9180694
4 changed files with 13 additions and 6 deletions
|
@ -71,7 +71,7 @@ const sf::RectangleShape& Entity::getShape() const
|
|||
return(shape);
|
||||
}
|
||||
|
||||
const State Entity::getState() const
|
||||
State Entity::getState() const
|
||||
{
|
||||
return currentState;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue