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

main
Benjamin Jillich 5 years ago committed by GitHub
parent d72d988195
commit f8cf4ba087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,8 +118,7 @@ namespace AZ
void EditorAttachmentComponent::Activate() void EditorAttachmentComponent::Activate()
{ {
Base::Activate(); Base::Activate();
m_boneFollower.Activate(GetEntity(), CreateAttachmentConfiguration(), m_boneFollower.Activate(GetEntity(), CreateAttachmentConfiguration(), /*targetCanAnimate=*/true);
false); // Entity's don't animate in Editor
} }
void EditorAttachmentComponent::Deactivate() void EditorAttachmentComponent::Deactivate()

Loading…
Cancel
Save