From f22a67f8cc34451cacbee645526aec0150ab2672 Mon Sep 17 00:00:00 2001 From: mriegger Date: Thu, 6 May 2021 18:09:12 -0700 Subject: [PATCH] remove tabs --- .../PostProcess/ExposureControl/ExposureControlSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/Atom/Feature/Common/Code/Source/PostProcess/ExposureControl/ExposureControlSettings.cpp b/Gems/Atom/Feature/Common/Code/Source/PostProcess/ExposureControl/ExposureControlSettings.cpp index d29d553c6f..b22f4b5861 100644 --- a/Gems/Atom/Feature/Common/Code/Source/PostProcess/ExposureControl/ExposureControlSettings.cpp +++ b/Gems/Atom/Feature/Common/Code/Source/PostProcess/ExposureControl/ExposureControlSettings.cpp @@ -139,7 +139,7 @@ namespace AZ if (m_heatmapEnabled != value) { m_heatmapEnabled = value; - // Update immediately so that the ExposureControlSettings can just be turned off and killed without having to wait for another Simulate() call + // Update immediately so that the ExposureControlSettings can just be turned off and killed without having to wait for another Simulate() call UpdateLuminanceHeatmap(); } }