LYN-4774 Fix missing box icons inside the main Viewport (#2297)
* LYN-4774 Fix missing box icons inside the main Viewport Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * V2 icons Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com> * Bug fixes Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Vegetation
|
||||
static constexpr const char* const s_componentName = "Vegetation Rotation Modifier";
|
||||
static constexpr const char* const s_componentDescription = "Offsets the rotation of the vegetation";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/VegetationModifier.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/VegetationModifier.png";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/VegetationModifier.svg";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user