mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Mark node groups as dirty for every children if parent is moved
This commit is contained in:
parent
d8b0a8cd29
commit
8e5ad7be46
2 changed files with 14 additions and 5 deletions
|
|
@ -174,6 +174,7 @@ private:
|
|||
void _propagate_after_exit_tree();
|
||||
void _print_orphan_nodes();
|
||||
void _propagate_process_owner(Node *p_owner, int p_pause_notification, int p_enabled_notification);
|
||||
void _propagate_groups_dirty();
|
||||
Array _get_node_and_resource(const NodePath &p_path);
|
||||
|
||||
void _duplicate_signals(const Node *p_original, Node *p_copy) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue