Fix for heatmap not disabling

This commit is contained in:
mriegger
2021-05-06 18:01:28 -07:00
parent 261067cfdf
commit e3cca11ed3
3 changed files with 15 additions and 8 deletions
@@ -88,6 +88,9 @@ namespace AZ
{
ExposureControlRequestBus::Handler::BusDisconnect(m_entityId);
m_configuration.SetHeatmapEnabled(false);
OnConfigChanged();
if (m_postProcessInterface)
{
m_postProcessInterface->RemoveExposureControlSettingsInterface();