mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Removed mRealPos from UINode, now uses mPosition from Transformable.
--HG-- branch : dev-2.1-float
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user