diff options
Diffstat (limited to 'scene/3d/spatial.h')
| -rw-r--r-- | scene/3d/spatial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/spatial.h b/scene/3d/spatial.h index 8d3c32d116..815ca16bc5 100644 --- a/scene/3d/spatial.h +++ b/scene/3d/spatial.h @@ -202,6 +202,8 @@ public: void hide(); bool is_visible_in_tree() const; + void force_update_transform(); + Spatial(); ~Spatial(); }; |