PR feedback

This commit is contained in:
guthadam
2021-05-13 00:55:29 -05:00
parent 488e3b5da5
commit d85e0500d5
@@ -110,7 +110,7 @@ namespace AZ
bool MaterialAssignmentId::operator!=(const MaterialAssignmentId& rhs) const
{
return m_lodIndex != rhs.m_lodIndex || m_materialAssetId.m_subId != rhs.m_materialAssetId.m_subId;
return !(*this == rhs);
}
} // namespace Render
} // namespace AZ