From 86223703e4730d74dad1169c6bc739607ba1eac8 Mon Sep 17 00:00:00 2001 From: mriegger Date: Thu, 10 Jun 2021 16:15:44 -0700 Subject: [PATCH] removing tabs --- .../Code/Source/CoreLights/LightDelegateInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/CoreLights/LightDelegateInterface.h b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/CoreLights/LightDelegateInterface.h index 7d6096d65f..3ebf3802fa 100644 --- a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/CoreLights/LightDelegateInterface.h +++ b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/CoreLights/LightDelegateInterface.h @@ -85,7 +85,7 @@ namespace AZ virtual void SetFilteringSampleCount(uint32_t count) = 0; //! Sets the Pcf (Percentage closer filtering) method to use. virtual void SetPcfMethod(PcfMethod method) = 0; - //! Sets the Esm exponent to use. Higher values produce a steeper falloff between light and shadow. + //! Sets the Esm exponent to use. Higher values produce a steeper falloff between light and shadow. virtual void SetEsmExponent(float exponent) = 0; }; } // namespace Render