Added a virtual destructor to sf::Transformable
This commit is contained in:
parent
78e1e8732b
commit
bc95d855b3
2 changed files with 12 additions and 0 deletions
|
@ -45,6 +45,12 @@ myInverseTransformNeedUpdate(true)
|
|||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
Transformable::~Transformable()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
void Transformable::SetPosition(float x, float y)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue