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:
@@ -28,7 +28,7 @@ namespace GradientSignal
|
||||
static constexpr const char* const s_componentName = "Random Noise Gradient";
|
||||
static constexpr const char* const s_componentDescription = "Generates a gradient by sampling a random noise generator";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/Gradient.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/Gradient.png";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/Gradient.svg";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/";
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user