Merge branch 'abrasivetroop-master'

This commit is contained in:
Wojtek Figat
2024-02-20 11:07:41 +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;