compile fix - signed/unsigned mismatch (#3139)

Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
sphrose
2021-08-16 12:37:12 +01:00
committed by GitHub
parent 181698b950
commit f7e536bfb1
@@ -1755,7 +1755,7 @@ namespace AzToolsFramework
return -1;
}
for (int index = 0; index < GetParentRow()->GetChildRowCount(); index++)
for (AZ::u32 index = 0; index < GetParentRow()->GetChildRowCount(); index++)
{
if (GetParentRow()->GetChildrenRows()[index] == this)
{