Merge pull request #633 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-15063

[ATOM-15063] Toggling visibility on a reflection probe does not disable rendering
This commit is contained in:
dmcdiarmid-ly
2021-05-06 20:54:56 -07:00
committed by GitHub
@@ -164,6 +164,7 @@ namespace AZ
if (m_featureProcessor)
{
m_featureProcessor->RemoveProbe(m_handle);
m_handle = nullptr;
}
LmbrCentral::ShapeComponentNotificationsBus::Handler::BusDisconnect();