Fix preview sun and environment names

This commit is contained in:
kobewi
2021-11-07 00:40:15 +01:00
parent bd31af37b4
commit 313ef412f5
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -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);