Add a function to force transform update, fixes #17628

This commit is contained in:
Juan Linietsky 2018-09-06 20:38:16 -03:00
parent 072bf41c03
commit 74359a1d1e
4 changed files with 29 additions and 0 deletions

View file

@ -202,6 +202,8 @@ public:
void hide();
bool is_visible_in_tree() const;
void force_update_transform();
Spatial();
~Spatial();
};