Merge branch 'master' of https://github.com/abrasivetroop/FlaxEngine into abrasivetroop-master

This commit is contained in:
Wojtek Figat
2024-02-20 10:58:18 +01:00

View File

@@ -398,7 +398,7 @@ namespace FlaxEditor.Windows.Assets
if (parentActor != null)
{
// Match the parent
actor.Transform = parentActor.Transform;
actor.LocalTransform = Transform.Identity;
actor.StaticFlags = parentActor.StaticFlags;
actor.Layer = parentActor.Layer;