Added a virtual destructor to sf::Transformable
This commit is contained in:
parent
78e1e8732b
commit
bc95d855b3
@ -47,6 +47,12 @@ public :
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Transformable();
|
Transformable();
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
/// \brief Virtual destructor
|
||||||
|
///
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
virtual ~Transformable();
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Set the position of the object
|
/// \brief Set the position of the object
|
||||||
///
|
///
|
||||||
|
@ -45,6 +45,12 @@ myInverseTransformNeedUpdate(true)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
Transformable::~Transformable()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
void Transformable::SetPosition(float x, float y)
|
void Transformable::SetPosition(float x, float y)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user