Merge pull request #57179 from spacechase0/notify-world2d-changed-master

Propagate previously unused NOTIFICATION_WORLD_2D_CHANGED, make CanvasItem/CollisionObject2D use it
This commit is contained in:
Rémi Verschelde
2023-05-08 16:40:00 +02:00
5 changed files with 42 additions and 0 deletions

View File

@ -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();