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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user