From 25a7b70440d79dae0f379bc3d859676729b822c5 Mon Sep 17 00:00:00 2001 From: mrieggeramzn Date: Thu, 30 Sep 2021 10:36:09 -0700 Subject: [PATCH] Getting rid of some tabs Signed-off-by: mrieggeramzn --- .../CommonFeatures/Code/Source/Decals/EditorDecalComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Decals/EditorDecalComponent.h b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Decals/EditorDecalComponent.h index 9878e72da0..1a3d8f3844 100644 --- a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Decals/EditorDecalComponent.h +++ b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Decals/EditorDecalComponent.h @@ -65,7 +65,7 @@ namespace AZ //! EditorRenderComponentAdapter overrides ... u32 OnConfigurationChanged() override; - // Hold onto the material for the lifespan of the EditorDecalComponent to smooth out performance. This is so we can avoid + // Hold onto the material for the lifespan of the EditorDecalComponent to smooth out performance. This is so we can avoid // duplicate loads as the DecalTextureArrayFeatureProcessor will unload the materials after texture packing. void CacheMaterial();