diff --git a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/PostProcess/ExposureControl/ExposureControlComponentController.cpp b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/PostProcess/ExposureControl/ExposureControlComponentController.cpp index 85645f0ed5..967db514c6 100644 --- a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/PostProcess/ExposureControl/ExposureControlComponentController.cpp +++ b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/PostProcess/ExposureControl/ExposureControlComponentController.cpp @@ -88,7 +88,7 @@ namespace AZ { ExposureControlRequestBus::Handler::BusDisconnect(m_entityId); - m_configuration.SetHeatmapEnabled(false); + m_configuration.SetHeatmapEnabled(false); OnConfigChanged(); if (m_postProcessInterface)