Released probe handle when deactivating the controller

This commit is contained in:
dmcdiar
2021-05-06 19:47:35 -07:00
parent 499152d23c
commit 4cf9af6c06
@@ -164,6 +164,7 @@ namespace AZ
if (m_featureProcessor)
{
m_featureProcessor->RemoveProbe(m_handle);
m_handle = nullptr;
}
LmbrCentral::ShapeComponentNotificationsBus::Handler::BusDisconnect();