Merge pull request #609 from aws-lumberyard-dev/cgalvan/FixLCPreferredComponents

[LYN-3613] Fixed preferred category for Landscape Canvas when adding components since legacy components have been removed and now Mesh is in the Atom category.
This commit is contained in:
cgalvan
2021-05-06 16:22:31 -05:00
committed by GitHub
@@ -206,7 +206,7 @@ namespace LandscapeCanvasEditor
static const QStringList preferredCategories = {
"Vegetation",
"Rendering"
"Atom"
};
// There are a couple of cases where we prefer certain categories of Components