diff options
Diffstat (limited to 'scene')
-rw-r--r-- | scene/main/node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp index cb5f502b24..5ff8cd169b 100644 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -927,7 +927,6 @@ void Node::_validate_child_name(Node *p_child, bool p_force_human_readable) { if (p_force_human_readable) { //this approach to autoset node names is human readable but very slow - //it's turned on while running in the editor StringName name = p_child->data.name; _generate_serial_child_name(p_child, name); |