[LYN-3416] Animation: Attachment component does not update it's location automatically (#1305)

This commit is contained in:
Benjamin Jillich
2021-06-14 17:34:29 +02:00
committed by GitHub
parent d72d988195
commit f8cf4ba087
@@ -118,8 +118,7 @@ namespace AZ
void EditorAttachmentComponent::Activate()
{
Base::Activate();
m_boneFollower.Activate(GetEntity(), CreateAttachmentConfiguration(),
false); // Entity's don't animate in Editor
m_boneFollower.Activate(GetEntity(), CreateAttachmentConfiguration(), /*targetCanAnimate=*/true);
}
void EditorAttachmentComponent::Deactivate()