Minor updates from code review feedback.
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
+3
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user