Merge branch 'Tryibion-controls-toolbox'
This commit is contained in:
@@ -586,7 +586,6 @@ namespace FlaxEditor.SceneGraph.GUI
|
|||||||
}
|
}
|
||||||
actor.StaticFlags = newParent.StaticFlags;
|
actor.StaticFlags = newParent.StaticFlags;
|
||||||
actor.Name = item.Name;
|
actor.Name = item.Name;
|
||||||
actor.Transform = Actor.Transform;
|
|
||||||
ActorNode.Root.Spawn(actor, newParent);
|
ActorNode.Root.Spawn(actor, newParent);
|
||||||
actor.OrderInParent = newOrder;
|
actor.OrderInParent = newOrder;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user