diff options
Diffstat (limited to 'scene/main/viewport.h')
-rw-r--r-- | scene/main/viewport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/main/viewport.h b/scene/main/viewport.h index f12e7921a3..efd37bd34f 100644 --- a/scene/main/viewport.h +++ b/scene/main/viewport.h @@ -734,6 +734,8 @@ public: bool is_using_xr(); #endif // _3D_DISABLED + void _propagate_world_2d_changed(Node *p_node); + void _validate_property(PropertyInfo &p_property) const; Viewport(); ~Viewport(); |