remove tabs

This commit is contained in:
mriegger
2021-05-06 18:09:12 -07:00
parent e3cca11ed3
commit f22a67f8cc
@@ -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();
}
}