updating based on feedback

This commit is contained in:
Gene Walters
2021-04-21 09:46:06 -07:00
parent c30083ca92
commit 1ef7d5c14b
5 changed files with 6 additions and 7 deletions
@@ -232,7 +232,7 @@ namespace EMotionFX
// Set motion set's motion load callback, so if EMotion FX queries back for a motion,
// we can pull the one managed through an AZ::Asset.
assetData->m_emfxMotionSet->SetCallback(aznew CustomMotionSetCallback(asset));
assetData->ReleaseEmotionFXData();
assetData->ReleaseEMotionFXData();
return true;
}