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:
@@ -25,7 +25,7 @@ namespace GradientSignal
|
||||
static constexpr const char* const s_componentName = "Invert Gradient Modifier";
|
||||
static constexpr const char* const s_componentDescription = "Inverts a gradient's values";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/GradientModifier.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/GradientModifier.png";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/GradientModifier.svg";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user