Blast gem cleanup m_materialLibrary asset on Deactivate to avoid holding onto asset reference after AssetManager has shutdown (#5505)

Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
This commit is contained in:
amzn-mike
2021-11-11 14:58:21 -06:00
committed by GitHub
parent 19acf94606
commit c3838464cc
@@ -151,6 +151,8 @@ namespace Blast
SaveConfiguration();
DeactivatePhysics();
m_configuration.m_materialLibrary.Release();
m_assetHandlers.clear();
};