Fix applying prefab changes to nesting prefab instances

#1256
This commit is contained in:
Wojtek Figat
2023-09-10 21:07:41 +02:00
parent ae27d51dc6
commit 716e643f2a
4 changed files with 5 additions and 11 deletions

View File

@@ -430,7 +430,7 @@ namespace FlaxEditor.Windows.Assets
{
if (actorNode.Actor)
{
actorNode.TreeNode.OnNameChanged();
actorNode.TreeNode.UpdateText();
actorNode.TreeNode.OnOrderInParentChanged();
}