updating based on feedback

This commit is contained in:
Gene Walters
2021-04-22 16:36:47 -07:00
parent 49bd9dacae
commit 53b29cbca5
@@ -38,7 +38,8 @@ namespace EMotionFX
void ReleaseEMotionFXData()
{
m_emfxNativeData = {};
m_emfxNativeData.clear();
m_emfxNativeData.shrink_to_fit();
}
AZStd::vector<AZ::u8> m_emfxNativeData;