compile fix - signed/unsigned mismatch (#3139)
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user