Fix CreateParentForSelectedActors

This commit is contained in:
Wojtek Figat
2024-02-18 10:27:17 +01:00
parent e165c87e5a
commit 912437c456

View File

@@ -553,7 +553,7 @@ namespace FlaxEditor.Modules
{
if (selection.Contains(node.ParentNode))
{
return; // If parent and child nodes selected together, don't touch child nodes
continue; // If parent and child nodes selected together, don't touch child nodes
}
// Put created node as child of the Parent Node of node