You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Mark node groups as dirty for every children if parent is moved
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user