From 82d8015af5c4d515f55f6a8aff07b39b9523e2f5 Mon Sep 17 00:00:00 2001 From: sphrose <82213493+sphrose@users.noreply.github.com> Date: Wed, 24 Nov 2021 17:12:19 +0000 Subject: [PATCH] review change Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> --- .../Code/Source/Shape/EditorReferenceShapeComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/LmbrCentral/Code/Source/Shape/EditorReferenceShapeComponent.h b/Gems/LmbrCentral/Code/Source/Shape/EditorReferenceShapeComponent.h index 9198dac49d..dce7874533 100644 --- a/Gems/LmbrCentral/Code/Source/Shape/EditorReferenceShapeComponent.h +++ b/Gems/LmbrCentral/Code/Source/Shape/EditorReferenceShapeComponent.h @@ -24,7 +24,7 @@ namespace LmbrCentral static constexpr const char* const s_categoryName = "Shape"; static constexpr const char* const s_componentName = "Reference Shape"; static constexpr const char* const s_componentDescription = "Enables the entity to reference and reuse shape entities"; - static constexpr const char* const s_icon = "Editor/Icons/Components/Vegetation.svg"; + static constexpr const char* const s_icon = "Icons/Components/Viewport/Component_Placeholder.svg"; static constexpr const char* const s_viewportIcon = "Icons/Components/Viewport/Component_Placeholder.svg"; static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/"; };