* WIP Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Commit before merging Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Added new pngs Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Fixed CRC errors Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d346d45848
commit
601858978f
@@ -22,7 +22,7 @@ namespace LmbrCentral
|
||||
{
|
||||
AZ_CLASS_ALLOCATOR_IMPL(EditorTubeShapeComponentMode, AZ::SystemAllocator, 0)
|
||||
|
||||
static const AZ::Crc32 s_resetVariableRadii = AZ_CRC("com.o3de.action.tubeshape.reset_radii", 0xa987659c);
|
||||
static const AZ::Crc32 s_resetVariableRadii = AZ_CRC_CE("org.o3de.action.tubeshape.reset_radii");
|
||||
static const char* const s_resetRadiiTitle = "Reset Radii";
|
||||
static const char* const s_resetRadiiDesc = "Reset all variable radius values to the default";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user