1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #54987 from KoBeWi/@@Node2D@@69@@420@@@

This commit is contained in:
Rémi Verschelde
2022-01-04 10:08:32 +01:00
committed by GitHub

View File

@@ -896,7 +896,7 @@ void Node::set_name(const String &p_name) {
data.name = name;
if (data.parent) {
data.parent->_validate_child_name(this);
data.parent->_validate_child_name(this, true);
}
propagate_notification(NOTIFICATION_PATH_RENAMED);