Minor updates from code review feedback.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2022-02-11 09:37:12 -08:00
parent 6b047fd89f
commit b67862a133
6 changed files with 13 additions and 4 deletions
@@ -289,6 +289,9 @@ namespace AZ
AZStd::vector<AZStd::string> groupNameVector;
AZStd::vector<AZStd::string> groupDisplayNameVector;
groupNameVector.reserve(propertyGroupStack.size());
groupDisplayNameVector.reserve(propertyGroupStack.size());
for (auto& nextGroup : propertyGroupStack)
{