Removed mRealPos from UINode, now uses mPosition from Transformable.

--HG--
branch : dev-2.1-float
This commit is contained in:
Martí­n Lucas Golini
2018-01-29 17:21:21 -03:00
parent b9d84b447a
commit bfa8075876
5 changed files with 18 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ class EE_API Transformable {
const Transform& getTransform() const;
const Transform& getInverseTransform() const;
private:
protected:
Vector2f mScaleOrigin; ///< Origin of scaling of the object
Vector2f mRotationOrigin; ///< Origin of rotation of the object