Several fixes.

--HG--
branch : dev-scenenode
This commit is contained in:
Martín Lucas Golini
2018-02-04 12:58:52 -03:00
parent a1c016ad3f
commit 9539e8d744
8 changed files with 26 additions and 8 deletions

View File

@@ -21,6 +21,8 @@ class EE_API UISceneNode : public SceneNode {
const Sizef& getSize();
virtual const Sizef& getRealSize();
void setTranslator( Translator translator );
Translator& getTranslator();